Claude Code, Codex, Cursor — all your AI coding agents in one place. Faster. Smarter.
Traditional terminals were built on the assumption that humans type every command. But today, AI agents write code, open PRs, generate docs and diagrams. U-MAKER Terminal is a macOS · Windows cross-platform terminal, redesigned from the ground up for this new workflow.
Grab the latest installer from the Releases page.
| Platform | Asset |
|---|---|
| macOS (Universal — Intel & Apple Silicon) | u-maker_<version>_universal.dmg |
| Windows 10 / 11 (x64) — NSIS installer | u-maker_<version>_x64-setup.exe |
| Windows 10 / 11 (x64) — MSI installer | u-maker_<version>_x64_en-US.msi |
No manual update step needed. New versions are downloaded in the background and applied on next launch (tauri-plugin-updater).
An LLM completes your shell command in ghost text as you type — context-aware of your current directory and recent commands. Hit Tab to accept.
gpt-4o-mini, extensible via the gateway)git checkout and your usual branch pops up. Per-project build and test commands learn themselves.The StatusBar always shows this week's Claude usage (Wk %).
Run multiple AI CLIs side by side with tabs plus horizontal / vertical split panes.
What AI agents produce most is PRs. The whole UI is optimized for that.
.u-maker Project IntegrationProjects with a .u-maker/ directory get a dedicated icon in the sidebar.
Built on Tauri v2 with a Rust backend — what that means for you:
What the terminal actually looks like when you use it.
Right-click any workspace tab to label it with one of eight colors. Choice persists per workspace — visually anchor each project so you never get lost between tabs.
A cross-platform terminal redesigned for the AI era. Built on Tauri v2 with a Rust backend and React 18 frontend.
User input → frontend → IPC bridge → Rust backend → PTY processes.
```mermaid
flowchart LR
User --> Frontend
Frontend -."IPC".-> Backend
Backend --> PTY["Pseudo Terminal"]
Backend --> LSP["Language Server"]
```
Markdown renders live, with Mermaid diagrams compiled inline. The same applies to OpenAPI specs, Diff, JSON, and code — no external preview app required.
AI agents don't just produce code. They generate markdown, Mermaid diagrams, OpenAPI specs, spreadsheets, images — every format imaginable. U-MAKER Terminal renders all of them inline.
| Format | How it renders |
|---|---|
| Markdown | GFM + auto-rendered Mermaid diagrams + rich code highlighting |
| OpenAPI / Swagger | Auto-detects YAML · JSON, visualizes per endpoint |
| Diff | Side-by-side review of AI-generated changes |
| Source code | Monaco Editor (same engine as VS Code) — syntax highlight · folding · multi-cursor |
| JSON | Tree view + color highlighting |
| Image / Video | Inline preview + trackpad pinch zoom |
| Word (.docx) / Excel (.xlsx) | Native preview — no external converter needed |
| Inline preview with pinch zoom |
No need to context-switch to an external IDE or viewer. The AI ↔ review ↔ next command cycle stays in one window.