Activecli toolsai mlRustMIT

Kaku

Fast out-of-the-box terminal built for AI coding

4.3K stars220 forks77 viewsLast commit: 22h agoAdded 1mo ago

AI-Agent Assisted

Tier 2
Other AI Agent
Signals: vibe-coding-topic

README

Kaku

A fast, out-of-the-box terminal built for AI coding.

Stars Version License Commits Twitter

Kaku Screenshot
Kaku is a deeply customized fork of WezTerm, designed for an out-of-the-box experience.

Features

  • Zero Config: Defaults with JetBrains Mono, opencode theme, macOS font rendering, and low-res font sizing.
  • Curated Shell Suite: Built-in zsh plugins with optional CLI tools for prompt, diff, and navigation workflows.
  • Fast & Lightweight: 40% smaller binary, instant startup, lazy loading, stripped-down GPU-accelerated core.
  • WezTerm-Compatible Config: Use WezTerm's Lua config directly with full API compatibility and no migration.

Quick Start

  1. Download Kaku DMG & Drag to Applications
  2. Or install with Homebrew: brew install tw93/tap/kakuku
  3. Open Kaku. The app is notarized by Apple, so it opens without security warnings
  4. On first launch, Kaku will automatically set up your shell environment

Usage Guide

Kaku comes with intuitive macOS-native shortcuts:

ActionShortcut
New TabCmd + T
New WindowCmd + N
Close Tab/PaneCmd + W
Navigate TabsCmd + Shift + [, Cmd + Shift + ] or Cmd + 1-9
Navigate PanesCmd + Opt + Arrows
Split Pane VerticalCmd + D
Split Pane HorizontalCmd + Shift + D
Toggle Split DirectionCmd + Shift + S
Zoom/Unzoom PaneCmd + Shift + Enter
Resize PaneCmd + Ctrl + Arrows
Clear ScreenCmd + K
Doctor PanelCtrl + Shift + L
Kaku AI SettingsCmd + Shift + A
Kaku Assistant Apply SuggestionCmd + Shift + E
Open LazygitCmd + Shift + G
Yazi File ManagerCmd + Shift + Y or y
Font SizeCmd + +, Cmd + -, Cmd + 0
Smart Jumpz <dir>
Smart Selectz -l <dir>
Recent Dirsz -t

Configuration

Kaku comes with a carefully curated shell stack for immediate productivity, so you can focus on AI coding without opening vscode:

Built-in zsh plugins bundled by default:

  • z: A smarter cd command that learns your most used directories for instant navigation.
  • zsh-completions: Extended command and subcommand completion definitions.
  • Syntax Highlighting: Real-time command validation and coloring.
  • Autosuggestions: Intelligent, history-based completions similar to Fish shell.

Optional CLI tools installed via Homebrew during kaku init:

  • Starship: A fast, customizable prompt showing git status, package versions, and execution time.
  • Delta: A syntax-highlighting pager for git, diff, and grep output.
  • Lazygit: A terminal UI for fast, visual Git workflows without leaving the shell.
  • Yazi: A terminal file manager. Use y to launch it and sync the shell directory on exit.

Kaku uses ~/.config/kaku/kaku.lua for configuration, fully compatible with WezTerm's Lua API, with built-in defaults at Kaku.app/Contents/Resources/kaku.lua as fallback.

Run kaku in your terminal to see all available commands such as kaku ai, kaku config, kaku doctor, kaku update, and kaku reset.

Kaku AI

Kaku includes a built-in assistant for command-line error recovery and a unified settings UI for external AI coding tools.

  • Kaku Assistant: Automatically analyzes failed commands and prepares a safe command suggestion.
  • AI Tools Config: Manage settings for tools like Claude Code, Codex, Gemini CLI, Copilot CLI, Factory Droid, OpenCode, and OpenClaw.

Open AI settings with kaku ai, then configure Kaku Assistant (enable, model, base URL, API key) and your external AI tools in one place.

Tip: DeepSeek-V3.2 is a great low-cost option to start with for everyday AI coding tasks.

When Kaku Assistant has a suggestion ready after a command error, press Cmd + Shift + E to apply it.

Why Kaku?

I heavily rely on the CLI for both work and personal projects. Tools I've built, like Mole and Pake, reflect this.

I used Alacritty for years and learned to value speed and simplicity. As my workflow shifted toward AI-assisted coding, I wanted stronger tab and pane ergonomics. I also explored Kitty, Ghostty, Warp, and iTerm2. Each is strong in different areas, but I still wanted a setup that matched my own balance of performance, defaults, and control.

WezTerm is robust and highly hackable, and I am grateful for its engine and ecosystem. Kaku builds on that foundation with practical defaults for day one use, while keeping full Lua-based customization and a fast, lightweight feel.

So I built Kaku to be that environment: fast, polished, and ready to work.

Performance

MetricUpstreamKakuMethodology
Executable Size~67 MB~40 MBAggressive symbol stripping & feature pruning
Resources Volume~100 MB~80 MBAsset optimization & lazy-loaded assets
Launch LatencyStandardInstantJust-in-time initialization
Shell Bootstrap~200ms~100msOptimized environment provisioning

Achieved through aggressive stripping of unused features, lazy loading of color schemes, and shell optimizations.

FAQ

  1. Why is the Homebrew cask named kakuku instead of kaku?

    The name kaku conflicts with another package in Homebrew's official repository (an unmaintained music player). kakuku is a cute variation that's easy to remember.

  2. Is there a Windows or Linux version?

    Not at the moment. Kaku is currently macOS-only while we focus on polishing the macOS experience. Windows and Linux versions may come later once the macOS version is mature.

  3. Can Kaku use transparent windows on macOS?

    Yes. You can set window_background_opacity and optionally macos_window_background_blur in ~/.config/kaku/kaku.lua. Transparent mode now keeps top/right/bottom padding regions visually consistent to avoid transparent gaps.

  4. How do I turn off copy on select?

    Kaku enables copy on select by default; to disable automatic clipboard copy and copy toast after selection, add config.copy_on_select = false to ~/.config/kaku/kaku.lua.

  5. Can I control working directory inheritance separately for new window, tab, and split?

    Yes. Use these options in ~/.config/kaku/kaku.lua: config.window_inherit_working_directory config.tab_inherit_working_directory config.split_pane_inherit_working_directory All are enabled by default.

Contributors

Big thanks to all contributors who helped build Kaku. Go follow them! ❀️

Support

  • If Kaku helped you, star the repo or share it with friends.
  • Got ideas or found bugs? Open an issue/PR or check CONTRIBUTING.md for details.
  • Like Kaku? Buy Tw93 a Coke to support the project! πŸ₯€ Supporters below.

License

MIT License, feel free to enjoy and participate in open source.

Tags

built-with-otherrustterminal

Similar Tools