Wails + Go v0.3.2 Actively maintained ๐Ÿ“ฑ Mobile โ€” coming soon

chidori

An AI-powered IDE and Cursor-like code editor with integrated reasoning engine. Ask, Agent, Plan, or Debug with local/remote LLM coordination. File explorer, code editor, terminal, and multi-mode AI assistance in one desktop app.

chidori Ask mode โ€” code editor with inline AI chat
Ask mode โ€” reading engine.go with the AI chat panel open
4 AI ModesAsk, Agent, Plan, Debug
Hybrid LLMLocal + remote inference
File ExplorerProject management
Built-in TerminalIntegrated shell
Desktop application. chidori is a native macOS/Windows IDE that runs on your machine. Built with Wails, it provides a modern code editor with AI reasoning capabilities integrated directly into your development workflow.

Screenshots

Captured from a live coordinator โ€” click any image to enlarge.

Download

chidori v0.3.2 for macOS, Windows, and Linux. Each archive contains the IDE binary, config templates, and reasoning chains.

macOS Apple Silicon

M1 / M2 / M3 / M4 โ€” darwin/arm64

Download .tar.gz

Linux

amd64 or arm64 (Pi, VM)

What's new in v0.3.2

Focused on engine hardening and day-to-day agent reliability.

  • Engine hardening โ€” draft mode, verification, polling, and race-condition fixes across the agent loop.
  • Agent self-correction, plus fixes to registry/vector-store races and hybrid-mode dead code.
  • Agent UX + LSP-powered code navigation, with a hardened integrated terminal.
  • Fixed External API Keys bugs in the Inference Source settings.
  • Transport parity fix โ€” agent errors are no longer silently swallowed in the packaged app.
  • NVIDIA endpoint timeout fix, an improved chain-of-thought prompt, and assorted cosmetic UI fixes.

AI Reasoning Modes

Four integrated modes for different coding tasks โ€” each with direct access to your codebase and local/remote LLMs.

IDE Features
  • Code EditorFile tree, syntax highlighting
  • TerminalIntegrated shell access
  • SettingsLLM config, inference source
  • Project MgmtWorkspace indexing
  • UI ThemeDark mode native
AI Modes
  • AskDirect Q&A with codebase
  • AgentAutonomous coding tasks
  • PlanArchitecture & investigation
  • DebugError diagnosis & fixes
  • InferenceLocal or remote LLMs

Getting started

Prerequisites: macOS 10.10+ or Windows 7+. Optional: Ollama for local LLM inference.

  1. Download

    Select Apple Silicon or Intel above.

  2. Extract

    cd ~/Downloads
    tar -xzf chidori-darwin-arm64.tar.gz
  3. Launch

    Open Applications folder or finder location and double-click chidori.app. On first launch, macOS may ask for permission.

  4. Configure LLM (optional)

    Go to Settings โ†’ Inference Source to connect to Ollama or a remote LLM API.

LLM Configuration

chidori supports multiple inference sources:

Local Ollama

http://localhost:11434

Run Ollama locally and chidori will auto-detect it.

Remote API

https://api.openai.com/v1

Configure any OpenAI-compatible API endpoint.

Custom Endpoint

Self-hosted LLM

Point to your own LLM server running anywhere.

Hybrid Mode

Local + Remote

Use local LLM primarily, fallback to remote.

Architecture

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚         chidori IDE                 โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ File Explorer โ”‚ Editor โ”‚ Terminal   โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚     AI Reasoning Engine              โ”‚
โ”‚  (Ask / Agent / Plan / Debug)        โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚   Inference Coordinator              โ”‚
โ”‚  (Local Ollama / Remote API)         โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚ LLM Backend (Hybrid Local+Remote)    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Key Features

File Tree

Project Explorer

Browse and open files in your workspace

Code Editor

Syntax highlighting

Familiar code editing experience

Terminal

Integrated Shell

Run commands without leaving the app

Settings

Configuration

Manage LLM, workspace, and editor settings

How it works โ€” components

Native Desktop App

Built with Wails โ€” Go backend, vanilla JS frontend. Native macOS and Windows binaries.

AI Modes

Four interaction patterns โ€” Ask for answers, Agent for autonomous tasks, Plan for architecture, Debug for error resolution.

Inference Coordination

Unified interface for local (Ollama) or remote (OpenAI, custom) LLM endpoints. Auto-detection and fallback support.

IDE Features

Full editor with file tree, syntax highlighting, integrated terminal, and configuration management built-in.

Companion mobile app Coming soon

chidori is coming to mobile. A companion app is in the works โ€” check on your coordinator, review agent runs, and chat with your local/remote LLMs from your phone while chidori keeps running on your desktop. No release date yet; this page will be updated the moment it ships.

Getting started ยท Configuration ยท LLM Lab (legacy)

โ† All projects