Kaku is a Mac terminal tuned for AI coding
Open Source 5 min read

Kaku is a Mac terminal tuned for AI coding

A WezTerm fork that works well the moment you open it

Published Jul 4, 2026

You know that feeling when you install a new terminal, open it, and immediately spend the next two hours copying config snippets off blog posts just to make it feel usable? The font is wrong, the colors clash with your system theme, and you still have to wire up half a dozen shell plugins before it feels like yours. Kaku is a bet that you should not have to do any of that.

Kaku (from the Japanese word for writing) is a Mac terminal built on top of WezTerm, one of the most respected open-source terminals around. Its whole pitch is that the sensible setup is already done. You open it and it looks good, moves fast, and already understands that you are probably here to code with an AI assistant nearby.

Quick facts

  • License: MIT (free, and you can read or reuse the code)
  • Language: Rust, which is a big reason it feels quick and light
  • Last active: version 0.10.0 shipped in May 2026, with over 1,200 commits behind it
  • Platform: macOS only, for now

What it is

A terminal is the plain text window where you type commands to your computer instead of clicking around. Developers live in it. The catch is that a raw terminal is bare, so people spend real time customizing theirs. WezTerm, the project Kaku is built from, is powerful but hands you a blank slate.

Kaku is a fork, which just means someone took WezTerm's code and shaped their own version from it. The maker, a developer known as tw93, kept WezTerm's fast engine and full customization (you can still tweak everything with the same Lua config files, a lightweight scripting setup), then layered on defaults most people would pick anyway: the JetBrains Mono font, clean Mac-style text rendering, copy-on-select, clickable file paths, and a theme that flips between light and dark when your Mac does.

The real problem it solves

Say you just got a new MacBook and you want to start coding this afternoon. The old routine is: install a terminal, hunt down a config file, paste in font settings, install a prompt tool, add plugins for history and navigation, restart, and repeat until it stops annoying you. It is a tax you pay before any real work happens.

Kaku's answer is to make the first launch the good launch. It sets up your shell environment automatically the first time you open it, and it ships already notarized by Apple, so macOS opens it without the scary "unidentified developer" warning that makes you dig through security settings.

Where it's useful

  • A developer setting up a fresh Mac wants to be coding by lunch, not tuning a config file. Kaku gives them a terminal that already looks and behaves the way they would have configured it anyway.
  • Someone leaning hard into AI-assisted coding runs Claude Code or Gemini CLI all day. Kaku has a settings page that manages those tools in one place instead of scattered config files.
  • A developer who fat-fingers a command and gets a wall of red error text can hit one shortcut and let Kaku suggest the fix, rather than pasting the error into a chatbot in another window.
  • A longtime WezTerm user who loves their setup but wants snappier defaults can move over without rewriting anything. Their existing Lua config works as-is.

Why it stands out

The part that earns the "built for AI coding" line is the assistant baked into the terminal. Two things stand out. First, when a command fails, Kaku offers a fix on the spot, and Cmd + Shift + E applies it. Second, you can type # undo my last git commit but keep the changes right at the prompt, press Enter, and Kaku turns that plain-English sentence into the actual command and drops it in front of you to review before it runs. You are never guessing at flags you half-remember.

The speed claims are concrete too, which we appreciate. The maker trimmed the app from roughly 67 MB down to about 40 MB and cut shell startup from around 200ms to 100ms. Small numbers, but they are the difference between a terminal that snaps open and one that makes you wait.

One honest caveat: it is macOS only right now. If you are on Windows or Linux, this one is not for you yet, and the maker has said as much.

How to get started

The fastest path is Homebrew, the standard Mac package installer:

brew install tw93/tap/kakuku

Prefer clicking? Download the DMG from the releases page and drag Kaku into your Applications folder. Because it is notarized, it opens clean with no warning. On first launch it sets up your shell for you. From there, Cmd + Shift + A opens the AI panel and Cmd + , opens settings.

The repository, with docs and every release, lives here:

https://github.com/tw93/Kaku

Takeaway

Kaku is a small, opinionated idea done well: a terminal that respects the two hours you would otherwise lose to setup, and quietly helps when a command goes sideways. If you code on a Mac and lean on AI tools, it is worth the five minutes to install and see whether its defaults match your taste. And since it is MIT-licensed and built on WezTerm, you are not locked into anyone's choices.

Share this article
Weekly digest

One email a week.
The five things that mattered.

Friday mornings. No hype. Unsubscribe anytime.

By subscribing, you agree to our Terms of Use and Privacy Policy.