Asimi is an opinionated, multi-model, safe and fast coding agent:
Enjoy the new age of agentic coding with the convenience of
a ex/vi/vim/neovim inspired interface.
Because most hard problems are already solved
Based on the fittest dev tool ever made. If you know ex/vi/vim/neovim, you already know Asimi.
Agent's shell runs in its own container. Your host system stays protected while the models works freely.
Support for Ollama, Claude Pro/Max, and OpenAI API v1 compatible services. Use your preferred model.
Asimi's containerized consistent shell uses subshells to isolate commands. This minimizes overhead and save on slow exec times.
All special files live under the .agents directory. TOML-based config keeps it clean and documented.
Get up and running in minutes
First, install these two great tools:
# macOS (Homebrew)
brew install podman just
Or install separately:
Podman - like Docker but safer
Just - to collect all scripts in a Justfile
# Add the tap and install
brew tap afittestide/tap
brew install asimi
# Install with Go 1.25+
go install github.com/afittestide/asimi@latest
# Download from releases
github.com/afittestide/asimi-cli/releases/latest
# Copy to your bin directory
cp asimi /usr/local/bin/
chmod +x /usr/local/bin/asimi
Keep your fingers on the middle row using the good old modes:
Type your prompts naturally. Just like editing text in vi.
Navigate and edit your prompt with familiar keybindings.
Never touch that rodent. Press Ctrl-B to enter, then scroll through output with your keys.
Type `:` to enter asimi commands and `:!` for shell commands in the sandbox
Choose sessions to resume, models to connect, and more.
Updates, tutorials, and insights from the Asimi team
Asimi version 0.4.0 is out and I’ve got time to post. This one comes following a discussion about coding agents in โฆ
Git changed how we build software. Now coding agents are changing how we use git.
Before, it was just me, myself & I โฆ
Once upon a time, startups lived in blue or red oceans. Most are still there, but the tsunami of LLMs is turning all โฆ