# leetup を Homebrew でインストール

leetup のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:leetup
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install leetup
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:leetup
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/leetup>
- **バージョン:** 1.2.5
- **ソース概要:** Command-line tool to solve Leetcode problems
- **ホームページ:** <https://github.com/dragfire/leetup>
- **リポジトリ:** <https://github.com/dragfire/leetup>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/dragfire/leetup/archive/refs/tags/v1.2.5.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.2.5
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dragfire/leetup
- 検出された最新: v1.2.5 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

`leetup` is a Rust command-line tool for solving LeetCode problems from a terminal, with commands for login, picking problems, testing, submitting, listing, and injecting reusable code fragments.

### プロジェクトの歴史

The README documents a terminal workflow centered on `leetup user -c`, `leetup pick`, `leetup test`, `leetup submit`, and `leetup list`. It also documents `~/.leetup/config.json` for language defaults, code injection, and pick hooks that run scripts before or after generated files are created.

The release stream visible on GitHub includes v1.1.0 on 2023-01-05, v1.2.0 on 2023-05-23 with cookie-login support, several September 2023 maintenance releases around test input and output printing, and v1.2.5 on 2024-03-24 with language-in-config support.

### 採用の歴史

The repository shows over a hundred stars and Homebrew packaging in the README. Its audience appears to be editor-and-terminal LeetCode users who want code generation and test submission without a browser-centered workflow.

### 使われ方

Users install with Homebrew, Cargo, or release archives, authenticate by copying LeetCode cookie values, pick a problem in a target language, run local tests, submit a solution, and optionally configure reusable snippets or project-specific file movement hooks.

### パッケージ好きにとっての重要性

Leetup is a compact example of the LeetCode CLI pattern in Rust: package-manager installation, authenticated web scraping/API use, local config under a dot directory, generated code markers, and hooks for reshaping output files into a user's preferred project layout.

### タイムライン

- 2023-01-05: v1.1.0 was released.
- 2023-05-23: v1.2.0 added cookie-login support and improved result printing.
- 2023-09-04: v1.2.3 added stdin support for test data.
- 2023-09-09: v1.2.4 improved execution-result printing.
- 2024-03-24: v1.2.5 release notes mention language-in-config support.

### Related projects

- The README credits leetcode-tools/leetcode-cli as inspiration and also points Neovim users to leetup.nvim.

### ソース

- <https://github.com/dragfire/leetup>
- <https://github.com/dragfire/leetup/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: ~/.leetup/config.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** leetup
- **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


## 関連リンク

- [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.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - 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.
- [exercism](https://pkg.so/ja/brew/exercism/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools.
- [leetsolv](https://pkg.so/ja/brew/leetsolv/) - Shares pkgdb curated category or tags: cli, coding-practice, developer-tools, leetcode.

## Combined YAML source

View the package source record on GitHub. [combined/leetup.yml](https://github.com/mxcl/pkgdb/blob/main/combined/leetup.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
- cross-ecosystem install command graph
