# leetsolv を Homebrew, Nix, scoop でインストール

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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/leetsolv>
- **バージョン:** 1.2.0
- **ソース概要:** CLI tool for DSA problem revision with spaced repetition
- **ホームページ:** <https://github.com/eannchen/leetsolv>
- **リポジトリ:** <https://github.com/eannchen/leetsolv>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/eannchen/leetsolv/archive/refs/tags/v1.2.0.tar.gz>
- **最終更新:** 2026-07-26T13:41:00+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- leetsolv (cli)
- leetsolv (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.2.0
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/eannchen/leetsolv
- 検出された最新: v1.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
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** leetsolv
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [leetcode-cli](https://pkg.so/ja/brew/leetcode-cli/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools, leetcode.
- [leetgo](https://pkg.so/ja/brew/leetgo/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools, leetcode.
- [leetup](https://pkg.so/ja/brew/leetup/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools, leetcode.
- [exercism](https://pkg.so/ja/brew/exercism/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.

## 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
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
