_________ .___
\_ ___ \ ____ __| _/___________
/ \ \/ / _ \ / __ |/ __ \_ __ \
\ \___( <_> ) /_/ \ ___/| | \/
\______ /\____/\____ |\___ >__|
\/ \/ \/
Local Coding Assistant powered by Ollama & Thoughtflow
- Download the latest zip in releases
- Extract the zip
- Add the
coderbinary in the folder to your PATH
- Have Ollama installed and running
- Place a
.envfile in the config directory (Utilizecoder --infoto locate)
CODER_OLLAMA_MODEL(Required) Ex.gemma4:e2bCODER_OLLAMA_HOST(Optional) Default:http://localhost:11434
- Search, List, & Read Files
- Write & Patch Files
- Run Shell Commands
- Maintains Memory & Context
| Flag | Description |
|---|---|
--info |
Print the CLI binary path and config directory (where .env lives). |
--version |
Print the version string. |
--cwd PATH |
Workspace root (Default: current directory). Must be inside a git repo for best results. |
--approval always / balanced / never |
Tool approval flag (Default: balanced - ask for file modifications) |
-v, --verbose |
Log tool inputs and outputs to the terminal. |
-l, --latest |
Open the most recently saved chat session instead of a new one. |
| Command | Description |
|---|---|
/help |
List slash commands. |
/sessions |
List saved chat sessions (up to 50). |
/load <prefix> |
Resume a session whose name starts with prefix. |
/delete <name> |
Delete a saved session (exact stem match). |
/system |
Print the full system prompt. |
/refresh |
Re-index the whole workspace (full parse refresh). |
/reset |
Delete all saved sessions and all parse indexes, then start a new session. |
/exit |
Quit. |
This project includes code from Mini-Coding-Agent licensed under Apache 2.0.
This project includes code from CodeDrift licensed under MIT