# 使用 Homebrew, Nix, scoop 安装 leetsolv

查看 leetsolv 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install leetsolv
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:leetsolv
- **软件包管理器:** Homebrew
- **版本:** 1.2.0
- **来源摘要:** CLI tool for DSA problem revision with spaced repetition
- **主页:** <https://github.com/eannchen/leetsolv>
- **仓库:** <https://github.com/eannchen/leetsolv>
- **最后更新:** 2026-07-26T13:41:00+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- leetsolv (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.2.0
## 项目历史与用法

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 其他软件包管理器记录

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


## 来源

- 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
