Kaku · A fast terminal for AI coding
Skip to content
Kaku書
A fast, out-of-the-box macOS terminal built for AI coding, open source and no account.
BeautifulLightweightAI-friendly
Download Kaku<br>Install guide
00 · See itReal product surfaces, not concept art.<br>Dark and light modes, tuned fonts, and a native macOS feel, the same on both.
Dark mode: tabs, panes, and tools in one fast workspace.Light mode: native macOS feel with crisp, readable type.
TabsNew ⌘T · Close ⌘W · Switch ⌘1–9<br>PanesSplit ⌘D and ⌘⇧D · Navigate ⌘⌥ + arrows<br>WindowSettings ⌘, · Clear ⌘K · Broadcast to panes
01 · Tabs & panesTabs and splits that feel like the rest of macOS.<br>New tabs, split panes, and navigation use the shortcuts you already expect. Broadcast input across panes when you want to drive several at once.<br>See all shortcuts
02 · AssistantA failed command should be more than red text.<br>When a command fails, Kaku drafts a fix for review. Press Cmd + Shift + E to paste it back, and nothing dangerous runs on its own. Type # plus a sentence to turn plain language into a command.<br>Explore the assistant
~/proj $ npm run buidl<br>npm ERR! Missing script: "buidl"<br>Kaku Assistant · suggested fix<br>npm run build<br>Press ⌘⇧E to paste it at the prompt. Nothing runs on its own.<br>~/proj $ npm run build
03 · DefaultsDefaults that already made a few choices.<br>Tabs, fonts, themes, shell tools, performance, and AI, all arranged on day one.
01Tabs & panes New tab, split, and navigate with native shortcuts, plus pane broadcast.02Beautiful defaults JetBrains Mono, macOS font rendering, and auto dark and light themes.03Fast & lightweight 40% smaller binary, instant startup, and a stripped-down GPU core.04Polished touches Copy on select, clickable file paths, history peek, and visual bell.05Shell suite Lazygit, Yazi, remote files, z, completion, and highlighting.06AI assistant Fix failed commands and turn a sentence into a command, when you want it.07Lua config Full Lua API compatibility. Bring your existing config with no migration.
04 · Daily useStart with the paths that matter.<br>Install, configure AI, then tune the terminal without reading everything first.
01Install<br>Use the DMG or brew install tw93/tap/kakuku, then run kaku doctor to verify the app, PATH, and shell integration.
02AI setup<br>Run kaku ai to pick Codex, OpenAI, or a custom provider. Cmd + L opens chat once it is configured.
03Tools<br>Cmd + Shift + G for Lazygit, Cmd + Shift + Y for Yazi, Cmd + Shift + R for remote files.
04Config<br>Open kaku config for font size, opacity, Smart Tab, close confirmation, shortcuts, and Lua overrides.
05 · Why Kaku<br>A terminal should let you start working first.
I live in the terminal. I used Alacritty for years for its speed, then wanted stronger tabs and panes as my work shifted toward AI coding. Kaku builds on a fast, proven engine, adds practical defaults and shell tools, and puts an assistant within reach, all in one fast, quiet macOS app.
Tw93 · @HiTw93
06 · Questions<br>Common questions
How do I install Kaku?<br>Download the DMG from GitHub Releases, or use the Homebrew tap: brew install tw93/tap/kakuku. An unrelated kaku package exists, so the tap avoids the wrong one.<br>How is Kaku different from iTerm2?<br>iTerm2 is a mature macOS terminal. Kaku is a lighter, faster alternative with practical defaults, fast tabs and panes, a curated shell suite, and an AI assistant, ready out of the box.<br>How is Kaku different from Warp?<br>Warp is closed source and built around a cloud account. Kaku is MIT open source, requires no account, and AI requests only go to the Provider you configure.<br>Is Kaku paid?<br>No, Kaku is an MIT-licensed open source project.<br>Does Kaku run on Windows or Linux?<br>Not yet, the current focus is getting the native macOS experience solid first.