|
4 | 4 |
|
5 | 5 | <h1 align="center">Noturcode</h1> |
6 | 6 |
|
7 | | -<p align="center"><strong>Open-source session control for Claude Code, Codex, Pi, OMP, Hermes Agent, OpenCode, and coding-agent teams on macOS.</strong></p> |
| 7 | +<p align="center"><strong>Native macOS session manager for Claude Code, Codex, Pi, OMP, Hermes Agent, OpenCode, and other AI coding agents.</strong></p> |
8 | 8 |
|
9 | 9 | <p align="center"> |
10 | | - See every local agent at a glance, return to the exact iTerm2 pane, and open the real conversation, tools, files, and subagents without replacing your terminal. |
| 10 | + Track every local agent, return to its exact iTerm2 pane, and inspect its transcript, tools, files, models, tokens, and subagents without replacing your terminal. |
11 | 11 | </p> |
12 | 12 |
|
13 | 13 | <p align="center"> |
| 14 | + <a href="https://github.com/TimpiaAI/noturcode/actions/workflows/ci.yml"><img alt="CI status" src="https://github.com/TimpiaAI/noturcode/actions/workflows/ci.yml/badge.svg"></a> |
| 15 | + <a href="https://github.com/TimpiaAI/noturcode/releases/tag/v0.1.0"><img alt="Release v0.1.0" src="https://img.shields.io/badge/release-v0.1.0-7dd3fc"></a> |
14 | 16 | <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-7dd3fc"></a> |
15 | 17 | <img alt="macOS 15+" src="https://img.shields.io/badge/macOS-15%2B-black"> |
16 | | - <img alt="Native Swift" src="https://img.shields.io/badge/native-Swift-f97316"> |
| 18 | + <img alt="Swift" src="https://img.shields.io/badge/native-Swift-f97316"> |
17 | 19 | <img alt="Local only" src="https://img.shields.io/badge/data-local--only-86efac"> |
18 | 20 | </p> |
19 | 21 |
|
20 | 22 |  |
21 | 23 |
|
22 | 24 | > These are captures of the native macOS app. They use sanitized fixture sessions, so no private transcript or project data appears. |
23 | 25 |
|
24 | | -## Why Noturcode |
| 26 | +## A native AI coding agent session manager for macOS |
25 | 27 |
|
26 | | -Running several coding agents creates a surprisingly physical problem: the useful work is scattered across tabs and splits. You lose the session that needs approval, notice a completed run late, or jump back to the wrong pane. |
| 28 | +Claude Code, Codex, Pi, OMP, Hermes Agent, and OpenCode can spread active work across many terminal tabs and splits. You can miss a session that needs approval, notice a completed run late, or return to the wrong pane. |
27 | 29 |
|
28 | | -Noturcode is a small native companion for the terminal you already use: |
| 30 | +Noturcode puts those local coding-agent sessions in one native macOS app: |
29 | 31 |
|
30 | 32 | - **Glance, then disappear.** Working, waiting, failed, and unread-completion states live in the notch or a compact external-display island. |
31 | 33 | - **Return to the actual pane.** Session identity is captured when the agent connects; a click asks iTerm2 to reveal that exact session and visibly reports stale targets. |
@@ -65,7 +67,7 @@ The table is intentionally capability-by-capability. “Detected” does not mea |
65 | 67 |
|
66 | 68 | ## Install from source |
67 | 69 |
|
68 | | -Public notarized binaries are not published yet. Until the release pipeline is signed and verified, build from source: |
| 70 | +The current source release is [Noturcode v0.1.0](https://github.com/TimpiaAI/noturcode/releases/tag/v0.1.0). Public notarized binaries are not published yet. Until the release pipeline is signed and verified, build from source: |
69 | 71 |
|
70 | 72 | ```sh |
71 | 73 | git clone https://github.com/TimpiaAI/noturcode.git |
|
0 commit comments