# Installer leetsolv avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de leetsolv pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:leetsolv
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install leetsolv
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#leetsolv
```

  Preuve: nixpkgs package indexes: pkgs/by-name/le/leetsolv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/leetsolv
```

  Preuve: Scoop official bucket manifest trees: bucket/leetsolv.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:leetsolv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2.0
- **Résumé source:** CLI tool for DSA problem revision with spaced repetition
- **Page d'accueil:** <https://github.com/eannchen/leetsolv>
- **Dépôt:** <https://github.com/eannchen/leetsolv>
- **Dernière mise à jour:** 2026-07-26T13:41:00+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- leetsolv (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.2.0
## Historique du projet et usages

LeetSolv is a Go CLI for revisiting data-structures-and-algorithms problems with spaced repetition rather than simply collecting solved-problem records.

### Historique du projet

The README presents LeetSolv as a deliberate-practice tool for LeetCode and HackerRank problems. Its scheduler is described as a customized SM-2 algorithm that incorporates familiarity, importance, and reasoning factors, plus due-priority scoring and randomized interval behavior.

The GitHub releases page shows a short 1.0 release ramp in August 2025, including release candidates on 2025-08-21 and 2025-08-22, a v1.0.0 release on 2025-08-24, and follow-up fixes on 2025-08-25 and 2025-09-01.

### Historique d'adoption

The project has modest but visible adoption for a focused study tool, with GitHub stars, forks, Homebrew packaging, and Scoop packaging listed in the input facts and README.

### Modes d'utilisation

Users add DSA problem URLs, run interactive or direct commands such as `leetsolv add`, `leetsolv status`, and `leetsolv help`, and rely on the local JSON configuration and stored schedule to decide what to review next.

### Pourquoi les passionnés de paquets s'y intéressent

LeetSolv is notable in package-manager catalogs because it is not another LeetCode submitter; it packages an offline, zero-dependency Go scheduling tool with atomic local writes and a study-oriented data model.

### Chronologie

- 2025-08-21: v1.0.0-rc.1 appeared on the GitHub releases page.
- 2025-08-24: v1.0.0 was released.
- 2025-09-01: v1.0.3 refined familiarity and memory-prompt documentation.
- 2026-01-01: The repository page lists v1.2.0 as a release.

### Related projects

- The README explicitly positions the tool against generic Anki-style memorization for DSA practice, and references LeetCode, HackerRank, and SuperMemo 2.

### Sources

- <https://github.com/eannchen/leetsolv>
- <https://github.com/eannchen/leetsolv/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.leetsolv/settings.json
## Autres enregistrements de gestionnaires de paquets

- Nix - leetsolv: normalized package name match | nixpkgs package indexes: pkgs/by-name/le/leetsolv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/leetsolv: normalized package name match | Scoop official bucket manifest trees: bucket/leetsolv.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/leetsolv.yml](https://github.com/mxcl/pkgdb/blob/main/combined/leetsolv.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
