~ NoxTerm for macOS

A native macOS terminal built from the ground up for AI-assisted development. Session awareness, agent dashboard, and split panes with live status.

View on GitHub →
NoxTerm
zsh
~/projects/my-app
$npm run dev
ready - started on localhost:3000
✓ compiled in 1.2s
 
~/projects/my-app
$git status
On branch main
nothing to commit
claude
$claude
Claude Code v1.0.8
 

$

Regular terminals treat Claude like any other process.

No status. No session awareness. No dashboard. Just a blank cursor.


01

>"Which tab was Claude in?"

Split panes with live status badges

Run your dev server in one pane and Claude in the other. Live badges show exactly what Claude is doing — no tab hunting.

zsh
$ npm run dev
ready on :3000
claudeThinking
$ claude
Analyzing code...

02

>"Is it still thinking?"

Real-time status indicators

See at a glance whether Claude is thinking, using a tool, or idle. Every pane running a Claude session gets a live status badge.

my-appThinking
api-serverTool Use
docsIdle

03

>"One project, five terminals"

Launch profiles

Save your workspace layout — pane arrangement, directories, startup commands. One click restores your entire dev environment.

Frontend Dev
3 panes · npm run dev · claude
API Work
2 panes · docker compose · claude

04

>Agent dashboard

Full overview of all sessions

See every Claude session at a glance — status, model, and project. Jump to any session with one click. Never lose track of what your agents are doing.

Agent Sessions
my-app~/projects/my-app
Thinkingopus
api-server~/projects/api
Tool Usesonnet
docs~/projects/docs
Idlesonnet

05

>Skills system

Reusable prompt templates

Build a library of skills for code reviews, debugging, refactoring — invoke them in any session with variables.

Skills
Code Review
review-pr$branch
security-audit$path
Debugging
fix-error$error
explain-code$file
Zen modeHide all chrome. Just terminal.
Project detectionAuto-labels from config files
Localhost detectionClickable URLs in output
Terminal themes8 built-in + custom themes
$noxterm --infoNative SwiftUI · No Electron · No web views
D
Split vertical
D
Split horizontal
.
Agent dashboard
Zen mode
T
New tab
W
Close pane
A
Sessions overview
1-9
Jump to tab

Free. Open source. macOS 14+.

View on GitHub →