Nellie Code by VibeCaaS: local-first AI coding with cloud fallback.
English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська
# YOLO
curl -fsSL https://raw.githubusercontent.com/vibecaas/nellie-code/main/install | bash
# Package managers
npm i -g nellie-code@latest # or bun/pnpm/yarn
scoop install nellie-code # Windows
choco install nellie-code # Windows
brew install vibecaas/tap/nellie-code # macOS and Linux
paru -S nellie-code-bin # Arch Linux (AUR)Tip
Remove versions older than 0.1.x before installing.
Nellie Code is also available as a desktop application. Download directly from the releases page.
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | nellie-code-desktop-darwin-aarch64.dmg |
| macOS (Intel) | nellie-code-desktop-darwin-x64.dmg |
| Windows | nellie-code-desktop-windows-x64.exe |
| Linux | .deb, .rpm, or AppImage |
# macOS (Homebrew)
brew install --cask nellie-code-desktop
# Windows (Scoop)
scoop bucket add extras; scoop install extras/nellie-code-desktopThe install script respects the following priority order for the installation path:
$NELLIE_CODE_INSTALL_DIR- Custom installation directory$XDG_BIN_DIR- XDG Base Directory Specification compliant path$HOME/bin- Standard user binary directory (if it exists or can be created)$HOME/.nellie-code/bin- Default fallback
# Examples
NELLIE_CODE_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/vibecaas/nellie-code/main/install | bash
XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://raw.githubusercontent.com/vibecaas/nellie-code/main/install | bashNellie Code includes two built-in agents you can switch between with the Tab key.
- build - Default, full-access agent for development work
- plan - Read-only agent for analysis and code exploration
- Denies file edits by default
- Asks permission before running bash commands
- Ideal for exploring unfamiliar codebases or planning changes
Also included is a general subagent for complex searches and multistep tasks.
This is used internally and can be invoked using @general in messages.
Nellie Code ships with prebuilt stack profiles in packages/opencode/config:
nellie-stack.local.jsonc: local vLLM first, then Ollama/cloud and Anthropic/OpenAI backup.nellie-stack.cloud.jsonc: Ollama/cloud first, then Anthropic/OpenAI.nellie-stack.safe.jsonc: cloud-only safety fallback.
Set NELLIE_CODE_STACK=local|cloud|safe|auto (default auto) before launching.
Learn more about agents.
For more info on how to configure Nellie Code, head over to our docs.
If you're interested in contributing to Nellie Code, please read our contributing docs before submitting a pull request.
If you are working on a project that's related to Nellie Code and is using "nellie-code" as part of its name, for example "nellie-code-dashboard" or "nellie-code-mobile", please add a note to your README to clarify that it is not built by the Nellie Code team and is not affiliated with us in any way.
It's very similar to Claude Code in terms of capability. Here are the key differences:
- 100% open source
- Not coupled to any provider. Nellie Code can be used with Claude, OpenAI, Google, or local models. As models evolve, the gaps between them will close and pricing will drop, so being provider-agnostic is important.
- Out-of-the-box LSP support
- A focus on TUI. Nellie Code is built by terminal-first developers; we are going to push the limits of what's possible in the terminal.
- A client/server architecture. This can allow Nellie Code to run on your computer while you drive it remotely from a mobile app, meaning that the TUI frontend is just one of the possible clients.
Join our community Discord | X.com
© 2026 Nellie Code powered by VibeCaaS.com a division of NeuralQuantum.ai LLC. All rights reserved.
