6 releases
| new 0.0.24 | Mar 12, 2026 |
|---|---|
| 0.0.23 | Mar 12, 2026 |
#2635 in Command line utilities
580KB
14K
SLoC
limit-cli
AI-powered terminal coding assistant with REPL and TUI.
Part of the Limit ecosystem.
Installation
via Cargo
cargo install limit-cli
via install script
curl -fsSL https://raw.githubusercontent.com/marioidival/limit/trunk/install.sh | bash
Usage
# TUI mode (default)
lim
# REPL mode
lim --no-tui
Configuration
Create ~/.limit/config.toml:
provider = "anthropic"
Set your API key:
export ANTHROPIC_API_KEY="your-key-here"
License
MIT
Dependencies
~76–100MB
~1.5M SLoC