v1.2.0 β€” Now Available Free

Code smarter with
Kitsune AI
your on-call genius

Momiji IDE is a blazing-fast desktop code editor with a built-in AI that reads, writes, and reasons through your entire codebase β€” powered by Claude, Gemini, Groq, DeepSeek, Mistral, or 100% local Ollama. Free to start.

Download Free View on GitHub
Free & open source Β· πŸͺŸ Windows 🍎 macOS 🐧 Linux
Momiji IDE Γ— Kitsune AI
Momiji IDE β€” solar-system.ts
T solar-system.ts
J index.js
H index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
interface Planet {
  name: string
  radius: number
  distance: number
  color: string
}

const createOrbit = (planet: Planet): void => {
  const canvas = document.getElementById('canvas')
  const ctx = canvas?.getContext('2d')
  if (!ctx) return

  ctx.beginPath()
  ctx.arc(400, 300, planet.distance, 0, Math.PI * 2)
  ctx.strokeStyle = planet.color
  ctx.stroke()
}
KITSUNE AI
● Chat
πŸ€– Agent
🧠 Memory
Add collision detection
I'll add checkCollision() using circle distance formula...
const dx = a.x - b.x
const dy = a.y - b.y
return Math.hypot(dx,dy)
    < a.r + b.r
Ask Kitsune... Ctrl+V to paste image

Built for the way
developers actually work

Monaco editor core, lightning-fast file search, Git integration, SQL explorer, and a full AI suite β€” all in one app that starts in under a second.

🦊
Agent Management
7 built-in agents: Code Reviewer, Test Writer, Doc Writer, Security, Refactor, Bug Hunter. Create custom agents with your own prompts, roles, and tool access.
🧠
Kitsune Project Memory
Write your stack, conventions, and preferences once. Kitsune reads .momiji/kitsune-memory.md automatically and auto-detects your tech stack from project files.
⚑
Monaco Editor Core
The same engine powering VS Code. Full IntelliSense, multi-cursor, bracket matching, and Momiji dark/light themes with warm orange accents.
🌐
8 AI Providers
Claude, Gemini, GPT, Groq (free!), OpenRouter (free models), DeepSeek, Mistral, or 100% local Ollama. Switch anytime. Keys stay on your machine.
πŸ“„
Universal File Viewer
PDF viewer, Image viewer with zoom, Hex viewer for binaries (25+ format detection). Open anything without leaving the IDE.
🌿
Git + Blame
Stage, commit, diff β€” all in sidebar. Inline git blame shows author, date, and commit hash per line. AI writes your commit message from staged diff.
πŸ”
Command Palette
Ctrl+P for fuzzy file search with recent files. Type > command to run any action. Keyboard-first, instant results.
✍️
Inline AI Completions
Copilot-style ghost text as you type, powered by your chosen AI provider. Tab to accept, Esc to dismiss. Toggle on/off instantly.
🎨
Color Picker & Vision
Click any hex/rgb/hsl value in code to edit live. Paste screenshots β€” Kitsune sees and understands your UI, errors, and designs.
πŸ—„οΈ
SQLite Explorer
Browse, query, and edit SQLite databases without leaving the IDE. Run custom SQL, inspect results in a grid view.
🧩
Block & Flow Editor
Beginner-friendly Blockly block coding with Beginner/Intermediate/Advanced toolboxes. Visual Flow Editor for node-graph programming.
πŸ› οΈ
Full Toolbox
Canvas Playground, Regex Playground, Code Screenshot, HTTP Client, Package Manager (npm/pip/cargo), TODO Scanner, Snippet Manager, and more.

Kitsune doesn't
just autocomplete.
It thinks.

Kitsune reads your entire project structure, understands context across files, and can take autonomous actions β€” creating, editing, and running code on your behalf.

🧠
Full context awareness
Kitsune reads every file in your opened folder and keeps it all in context β€” no manual file attaching needed.
πŸ€–
Autonomous agent mode
Let Kitsune create files, write code, run shell commands, and iterate until your task is complete. You watch it work in real time.
πŸ‘οΈ
Vision β€” paste screenshots
Paste a screenshot of a UI, diagram, or error message β€” Kitsune sees it, understands it, and acts on it.
πŸ“‘
Live token & context analytics
See exactly how many tokens you've used, how many remain in the context window, and Kitsune's per-message timing.
KITSUNE AGENT Β· claude-3-5-sonnet
Build me a full React to-do app with local storage persistence
On it! I'll scaffold the full project structure.

πŸ“ Creating files...
βœ“ src/App.tsx
βœ“ src/components/TodoList.tsx
βœ“ src/components/TodoItem.tsx
βœ“ src/hooks/useLocalStorage.ts
βœ“ src/types/index.ts
βœ“ src/index.css
All 6 files written. The app uses useLocalStorage hook to persist todos across sessions. Open App.tsx to get started!
Add drag-to-reorder

Works with every major AI

Bring your own API keys for premium models, or run 100% offline with Ollama. Switch models mid-conversation. No lock-in.

Claude
Anthropic Β· claude-3.5-sonnet
Gemini
Google Β· gemini-2.5-flash
GPT-4o
OpenAI Β· gpt-4o-mini
Ollama
Local Β· qwen2.5-coder
FREE
More soon
Mistral, Grok, Cohere...
Kitsune AI

Meet Kitsune AI

キツネ・エーをむ β€” "Your Intelligent Companion."

β–Έ NAME Kitsune AI β–Έ MODEL KITSUNE-V1 β–Έ TYPE AI Assistant β–Έ POWERED BYClaude Β· Gemini Β· GPT Β· Ollama

SPECIALTY

⚑
Code Generation
Write full components, modules, and entire project structures from a single prompt.
πŸ”
Debugging
Trace bugs across files, explain root causes, and apply the fix directly.
πŸ—οΈ
Architecting
Design system architecture, suggest patterns, and review your codebase structure.
πŸ€–
Autonomous Tasks
Agent mode β€” Kitsune reads, plans, executes, and iterates without hand-holding.
"I'll handle the compile, the debug, and everything in between!"
γ‚³γƒ³γƒ‘γ‚€γƒ«γ‚‚γ€γƒ‡γƒγƒƒγ‚°γ‚‚γ€γ‚­γƒ„γƒγ«γŠγΎγ‹γ›οΌ

Ready to ship something great?

Free forever. No account required. Installs in seconds.

Latest release: v1.2.0

View all releases and source code on GitHub Releases