| Crates.io | aptu-cli |
| lib.rs | aptu-cli |
| version | 0.2.13 |
| created_at | 2025-12-22 21:24:44.005744+00 |
| updated_at | 2026-01-03 03:46:29.366502+00 |
| description | CLI for Aptu - Gamified OSS issue triage with AI assistance |
| homepage | |
| repository | https://github.com/clouatre-labs/aptu |
| max_upload_size | |
| id | 2000282 |
| size | 274,736 |
AI-Powered Triage Utility - A CLI for OSS issue triage with AI assistance.
Aptu is a context-engineering experiment: instead of throwing big models at problems, it crafts tight prompts that let smaller models (Devstral, Llama 3.3, Qwen) do the job with fewer tokens and surprising precision.

# Homebrew (macOS/Linux)
brew install clouatre-labs/tap/aptu
# Snap (Linux)
snap install aptu
# Cargo-binstall (fast)
cargo binstall aptu-cli
# Cargo
cargo install aptu-cli
aptu auth login # Authenticate with GitHub
aptu repo list # List curated repositories
aptu issue list block/goose # Browse issues
aptu issue triage block/goose#123 # Triage with AI
aptu issue triage block/goose#123 --dry-run # Preview
aptu history # View your contributions
Auto-triage new issues with AI using any supported provider.
- uses: clouatre-labs/aptu@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
gemini-api-key: ${{ secrets.GEMINI_API_KEY }}
Options: apply-labels, no-comment, skip-labeled, dry-run, model, provider.
See docs/GITHUB_ACTION.md for setup and examples.
See docs/CONFIGURATION.md for AI provider setup.
See SECURITY.md for reporting and verification.
We welcome contributions! See CONTRIBUTING.md for guidelines.
Apache-2.0. See LICENSE.