# Install leetsolv with Homebrew, Nix, scoop

CLI tool for DSA problem revision with spaced repetition. Version 1.2.0 via Homebrew; verified 2026-07-26. Also installable with nix: nix profile install nixpkgs#leetsolv.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install leetsolv
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:leetsolv
- **Package manager:** Homebrew
- **Version:** 1.2.0
- **Source summary:** CLI tool for DSA problem revision with spaced repetition
- **Homepage:** <https://github.com/eannchen/leetsolv>
- **Repository:** <https://github.com/eannchen/leetsolv>
- **Last updated:** 2026-07-26T13:41:00+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- leetsolv (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.2.0
## Project history and usage

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

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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
## Other Package-Manager Records

- 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
