[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-95086":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":17,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":19,"hasPages":19,"topics":9,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":16,"starSnapshotCount":16,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},95086,"zentty","dedene\u002Fzentty","dedene","A native macOS terminal for agent-driven development, built on Ghostty.",null,"https:\u002F\u002Fgithub.com\u002Fdedene\u002Fzentty","Swift",234,24,1,12,0,3,42.99,false,"main","2026-08-24 04:01:23","\u003C!-- LOGO -->\n\u003Ch1>\n\u003Cp align=\"center\">\n  \u003Cimg src=\"assets\u002Ficon.png\" alt=\"Zentty\" width=\"128\">\n  \u003Cbr>Zentty\n\u003C\u002Fh1>\n  \u003Cp align=\"center\">\n    A native macOS terminal for agent-driven development, built on Ghostty.\n    \u003Cbr \u002F>\n    Zentty gets out of the way. Minimal friction, maximum focus.\n    \u003Cbr \u002F>\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdedene\u002Fzentty\u002Freleases\u002Flatest\u002Fdownload\u002FZentty.dmg\">Download\u003C\u002Fa>\n    ·\n    \u003Ca href=\"#install\">Install\u003C\u002Fa>\n    ·\n    \u003Ca href=\"#status\">Status\u003C\u002Fa>\n    ·\n    \u003Ca href=\"#build\">Build\u003C\u002Fa>\n    ·\n    \u003Ca href=\"CONTRIBUTING.md\">Contributing\u003C\u002Fa>\n  \u003C\u002Fp>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"assets\u002Fscreenshot.png\" alt=\"Zentty screenshot\" width=\"880\">\n\u003C\u002Fp>\n\n## Features\n\n- **Worklanes, not just tabs.** Borrowed from niri and Hyprland: a horizontally-scrolling strip of columns, each column a vertical stack of panes. Rearrange (via mouse drag or keyboard shortcuts), resize, and navigate without losing your place.\n- **Keyboard-first, top to bottom.** Every action is a command. Every command is bindable. Rebind anything in settings, or fall back to the command palette when your muscle memory runs out.\n- **Resume your workspace** Zentty restores your worklanes on relaunch and can reopen agent sessions that were closed without finishing.\n- **Command palette** A fuzzy-searchable list of every action in the app, with your recent commands on top.\n- **Global search** Search inside the current pane or across every worklane with a single shortcut. Search without losing flow.\n- **Agent-aware.** Claude Code, Codex, Copilot CLI, Cursor, Droid CLI, Gemini CLI, Hermes Agent, Kimi CLI, OpenCode, and Pi report their status into the sidebar, so you see what they're doing, what they're asking, and when they need you, without switching panes.\n- **Native Ghostty themes.** Zentty reads Ghostty themes directly, with a built-in picker, live preview, opacity, and blur. And if you've never installed\n   Ghostty, the default experience is polished out of the box.\n- **Scriptable control** Interaction with worklanes or panes is scriptable via the embedded zentty CLI.\n- **Built on Ghostty.** GPU-accelerated rendering via `libghostty`, wrapped in a native Swift and AppKit shell. No Electron, no web views. It feels like a Mac app because it is one.\n\nSee [Zentty CLI](docs\u002Fcli.md) for command-line usage.\n\n## Agent Skill\n\nAgents can install the Zentty CLI skill to discover pane-aware commands while running inside Zentty:\n\n```bash\nnpx skills add dedene\u002Fzentty\n```\n\n## Install\n\nDownload the latest `.dmg` from the [releases page](https:\u002F\u002Fgithub.com\u002Fdedene\u002Fzentty\u002Freleases\u002Flatest), open it, and drag Zentty to your Applications folder.\n\nZentty updates itself in place via [Sparkle](https:\u002F\u002Fsparkle-project.org) once installed. No need to check back here for new versions.\n\nBuilds are signed and notarized by Zenjoy BV. Requires macOS 14 (Sonoma) or later.\n\n## Status\n\nZentty is in active development. Expect rapid iteration, rough edges, and occasional breaking changes while the project is opened up.\n\n## Requirements\n\n- macOS 14 (Sonoma) or later\n- Xcode\n- `zig` on `PATH`\n- `gettext` on `PATH`\n\n## Build\n\nZentty requires a local `GhosttyKit.xcframework` before the app can build normally.\n\nBuild the framework:\n\n```bash\n.\u002Fscripts\u002Fbuild_ghosttykit.sh\n```\n\nThen build the app:\n\n```bash\nxcodebuild -project Zentty.xcodeproj -scheme Zentty -destination 'platform=macOS' build\n```\n\nIf you need to regenerate the Xcode project from [`project.yml`](project.yml):\n\n```bash\nbundle exec fastlane mac generate_project\n```\n\nMore detail about the Ghostty bootstrap flow lives in [`docs\u002Fghosttykit-setup.md`](docs\u002Fghosttykit-setup.md).\n\n## Test\n\nRun the full test suite:\n\n```bash\nZENTTY_TEST_DISPLAY_PROVIDER=betterdisplay scripts\u002Ftest-on-virtual-display\n```\n\n## Agent Hooks\n\nZentty bundles helper commands and environment variables for agent-aware workflows inside terminal panes.\n\nHook configuration details are documented in [`docs\u002Fagent-hooks.md`](docs\u002Fagent-hooks.md).\n\nFor Kimi specifically: do first-time auth with `kimi login` before using wrapped `kimi` inside Zentty. Zentty passthroughs Kimi's management commands directly to the real Kimi binary so login\u002Flogout keep using the default Kimi config. If you want a specific model, prefer `kimi --model \u003Cmodel-id>` or set `default_model` in `~\u002F.kimi\u002Fconfig.toml` (or `~\u002F.kimi-code\u002Fconfig.toml` for modern Kimi Code CLI).\n\n## Contributing\n\nContributions are welcome. Start with [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\nBefore a non-trivial contribution can be merged, contributors must agree to [`CLA.md`](CLA.md).\n\n## License\n\nZentty is available under the GNU General Public License v3.0 only (`GPL-3.0-only`). See [`LICENSE`](LICENSE).\n\nIf your organization cannot or does not want to comply with GPLv3, alternative commercial licensing may be available from Zenjoy BV. Contact `hallo@zenjoy.be`.\n\n## Trademarks\n\nThe GPL license covers the code. It does not grant rights to use the Zentty name, logos, icons, or other branding for your own distribution.\n\nSee [`TRADEMARKS.md`](TRADEMARKS.md) for branding rules.\n","Zentty 是一款面向智能体驱动开发（Agent-Driven Development）的原生 macOS 终端应用，基于 Ghostty 构建。它提供工作区（Worklanes）管理、键盘优先操作、全局模糊搜索、代理状态集成（如 Claude Code、Copilot CLI 等）、原生 Ghostty 主题支持及可脚本化控制等核心功能，采用 Swift + AppKit 开发，GPU 加速渲染，无 Electron 或 WebView 依赖。适用于开发者在本地高效协同运行多智能体工具链、调试 CLI 代理任务、维护长期终端会话与复杂工作流的场景。",2,"2026-08-21 02:30:05","trending"]