#coding-assistant #terminal #ai

bin+lib limit-cli

AI-powered terminal coding assistant with REPL and TUI. Multi-provider LLM support, session persistence, and built-in tools.

6 releases

new 0.0.24 Mar 12, 2026
0.0.23 Mar 12, 2026

#2635 in Command line utilities

MIT license

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