Skip to content
v0.3 · with built-in AI agents

The silence
of the rain
is patience.

Daisu is a native IDE built in Rust. Quiet by default, agents when you want them. Just breathing room to think.

WindowsmacOS · soonLinux · soon

雪の朝 二の字二の字の 下駄の跡

snowy morning — geta tracks, two by two.
den sutejo
import { agent } from '@/agent';

export async function runAgent(
  prompt: string,
): Promise<string> {
  // agent breathes here
  const reply = await agent.respond(prompt);
  return reply;
}
main·rustUTF-8

What's inside

Six small ideas that add up to a calmer day.

  • Native by default

    Opens before your coffee lands. Stays out of your RAM all day. Rust + Tauri 2, no Electron tax.

  • Agents when you want them

    An AI agent panel with provider-agnostic tool calls. Off when you don't. On when you do.

  • The editor you know

    Monaco at the core, themed and tuned for distraction-free focus. Familiar shortcuts, calmer surface.

  • Command palette

    Ctrl+P for files, Ctrl+Shift+P for commands. Fuzzy, fast, keyboard-first.

  • Works with MCP

    Connect Model Context Protocol servers to the agent panel — no extra wiring required.

  • Designed in calm

    Sumi ink, lacquer gold, daily verse. A workspace designed to stay out of your way.

Roadmap

Eight phases from foundations to platform. We ship slowly, on purpose.

  1. M0v0.0.1-m0shipped

    Foundations

    Repo bootstrap, Tauri shell, Monaco mounted.

  2. M1v0.1.0-m1shipped

    Workspace

    File tree, tabs, search, persistence.

  3. M2v0.2.0-m2shipped

    Polish

    Themes, command palette, settings surface.

  4. M2.1v0.2.0-m2.1shipped

    Nocturne identity

    Sumi + lacquer-gold rebrand. Calm by design.

  5. M3in flight

    Built-in agents

    An AI agent panel that works with any provider. Tool calls and inline edits.

License

PolyForm Noncommercial 1.0.0

Free for personal use, learning, research, students, OSS maintainers, and non-profits. Source-available, forks welcome. Daisu is not sold commercially.

Questions

Try the calm.

An IDE that doesn't fight for your attention.