nimbalyst

作者 nimbalyst已验证

Nimbalyst - The open-source visual workspace for Claude Code, Codex, and OpenCode. Run multiple coding agents in parallel, edit their work visually in markdown, mockups, and diagrams, and track tasks. Free, MIT-licensed desktop app for macOS, Windows, Linux, with mobile companion for iOS and Android.

1,545
Stars
219
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/nimbalyst/nimbalyst

快速入门

使用 nimbalyst 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Nimbalyst is the visual workspace for building with Codex and Claude Code

Nimbalyst is a free, open-source, local, interactive visual editor & session/task manager for developers, product managers, designers, builders.

  • Maximize speed, bandwidth, and context with Codex, Claude Code, Opencode (alpha), Copilot (alpha) by collaborating visually on integrated files, sessions, and tasks
  • Iterate visually with coding agents in your markdown, mockups, diagrams, csv, Excalidraw, data models, and code. Approve the coding agent's changes in red/green WYSIWYG, edit, annotate.
  • Manage multiple sessions in parallel and in kanban. Search, resume, link sessions to files and files to sessions. For developers we include git management, AI commit, workstreams, worktrees, and terminal.
  • Manage tasks. Keep track of your plans, bugs, todos, etc. Have the agent edit tasks and items, add them, move them, and execute them. Humans see and edit this as well.
  • Extend Nimbalyst. Build your own custom editors and visual interfaces integrated with the rest of Nimbalyst and your agents.
  • Mobile app. Start, manage, and respond to your Codex and Claude Code sessions while on the go.

Version Platform

https://github.com/user-attachments/assets/bfd89552-61f4-4db1-8301-cc2495423b89

Features

Visual Editors: Built-in WYSIWYG editors where you and your coding agents collaborate visually. Approve agent changes as red/green diffs, edit, annotate, and iterate.

  • Markdown
  • Mockups with annotations
  • Mermaid
  • Excalidraw
  • CSV
  • Data Models
  • Code with Monaco

Nimbalyst files and editors

Session Management: Manage coding agents' work across parallel sessions in a UI

  • Link sessions to files and files to sessions
  • Open files in your sessions. Group files touched by a session
  • Run parallel sessions
  • Search and resume sessions
  • Manage in a Kanban board

Nimbalyst session kanban

Task Tracking: Keep track of your plans, bugs, features, todos etc.

  • Have the agent edit tasks, add them, move them, and execute them
  • Humans view and edit them too

For Developers

  • Manage git state
  • Use AI to git commit
  • Use the embedded ghostty terminal
  • Leverage worktrees

Nimbalyst developer view

Mobile App

  • Session dashboard: see which agents need you and which are still working
  • Reply to questions via text or voice, agents resume immediately
  • Visual diff review: swipe through changes, tap to approve
  • Queue next tasks: keep the pipeline full, don't let agents sit idle
  • Push notifications: agents tell you when they need you

Open storage of content and status in markdown, workflow in slash commands, and plain files on disk or in git.

Extension System

  • Pluggable editors for any file type. Every editor (including built-ins) goes through the same EditorHost contract, so custom editors are first-class.
  • Current extensions include an Astro website editor, visual git log, mindmap, slides, and a 3D object editor.

Nimbalyst extension marketplace

Supported Coding Agents

  • Codex
  • Claude Code
  • Opencode (alpha)
  • Copilot (alpha)

Download

Download the latest version for your platform:

PlatformDownloadRequirements
macOS Apple SiliconDownload .dmgmacOS Apple Silicon 12+
macOS IntelDownload .dmgmacOS Intel 12+
WindowsDownload .exeWindows 10+
LinuxDownload AppImageLinux

Getting Started

  1. Create or open a document — click "New" or press Cmd/Ctrl+N
  2. Write in markdown — write/edit in the WYSIWYG editor
  3. Use the AI assistant — ask AI to research, edit the document, work across your files
  4. Accept/reject AI changes — step through suggested AI edits and accept or reject
  5. Work in Agent Manager — switch to the agent manager view and run multiple agent sessions in parallel
  6. Search/resume sessions — search and resume sessions, manage your work

Auto-Updates

Nimbalyst automatically checks for updates and notifies you when a new version is available. You can also manually check via Help → Check for Updates.

By default, fresh installs are on the stable release channel and only receive promoted releases. If you want early-access builds, switch to the alpha channel under Settings → Advanced → Release Channel. Alpha builds are rougher and may break; revert to stable any time.

Telemetry

Nimbalyst sends anonymous usage analytics to PostHog so we can understand how the app is used and prioritize improvements. We never collect:

  • Usernames, emails, or IP addresses (no PII)
  • File contents or file paths (categorized buckets only)
  • API keys or authentication tokens
  • Document, session, or chat content

A randomly-generated anonymous ID is used to correlate events from the same install. You can opt out at any time in Settings → Advanced → Analytics.

For the complete list of every event we send and its properties, see POSTHOG_EVENTS.md. For the privacy rules our analytics code follows, see ANALYTICS_GUIDE.md.

Building from Source

Nimbalyst is a TypeScript / Electron monorepo using npm workspaces.

# Install dependencies (npm 7+ required)
npm install

# Start the Electron app in dev mode
cd packages/electron && npm run dev

# Build a local Mac binary
cd packages/electron && npm run build:mac:local

Major workspaces:

  • packages/ios — Native iOS app (SwiftUI)
  • packages/electron — Desktop application (Electron)
  • packages/runtime — Cross-platform runtime services (AI, sync, Lexical editor)
  • packages/collab-protocol — Wire-format types for the collaboration sync protocol (shared with the sync server)
  • packages/extension-sdk — Extension development kit
  • packages/extensions — Built-in extensions

The collaboration sync server (talked to at wss://sync.nimbalyst.com) is a separate project.

For deeper architecture and contributor guidance, see CLAUDE.md and the docs under docs/. For contribution rules and the DCO sign-off requirement, see CONTRIBUTING.md.

Community

License

  • This repository is licensed under the MIT License — see LICENSE.
  • The collaboration sync server (the Cloudflare Worker that powers wss://sync.nimbalyst.com) is a separate project. Clients in this repo talk to it over the wire protocol defined in packages/collab-protocol/.
  • For licensing context and contact information, see LICENSING.md.

Contributing

  • 💡 Have a vague idea or question?Join the discussion
  • 🐛 Found a bug? → Report it in-app with Send Feedback (left rail or Help menu). Your agent helps draft the report, and you approve everything before it goes to GitHub.
  • 🗺️ Curious what we're building?See the roadmap
  • 🤝 Want to help with roadmap work?Community view
  • Have a concrete feature request? → Send it in-app with Send Feedback (left rail or Help menu) and your agent will help draft it.
  • 🌱 Looking for a smaller place to start?Good first issues

We rank features and bugs by 👍 reactions. Don't comment "+1" — react with 👍 instead. Sort issues by reactions →

Acknowledgments

Built with:

常见问题

What is nimbalyst?

nimbalyst is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by nimbalyst. Nimbalyst - The open-source visual workspace for Claude Code, Codex, and OpenCode. Run multiple coding agents in parallel, edit their work visually in markdown, mockups, and diagrams, and track tasks. Free, MIT-licensed desktop app for macOS, Windows, Linux, with mobile companion for iOS and Android. It has 1,545 GitHub stars.

Is nimbalyst safe to use?

Yes. nimbalyst passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install nimbalyst?

Clone the repository with "git clone https://github.com/nimbalyst/nimbalyst" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is nimbalyst written in?

nimbalyst is primarily written in TypeScript. It is open-source under nimbalyst on GitHub, so you can review or fork the full source.

Are there alternatives to nimbalyst?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh nimbalyst against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情