EveryDev.ai
Subscribe
Home
Tools

3,611+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Nimbalyst
    Nimbalyst icon

    Nimbalyst

    AI Coding Assistants
    Featured

    Open-source visual workspace for building with Claude Code and Codex — manage parallel agent sessions, edit work visually, and track tasks in one local desktop app.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    The full open-source visual workspace for individual users. No credit card required, no feature limits, no trial period.

    Teams: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAgent HarnessMulti-agent Systems

    Alternatives

    MindsHub CoworkAgent Deck
    Developer
    NimbalystMassachusetts, United StatesEst. 2024

    Updated Jul 2026

    About Nimbalyst

    Nimbalyst is a free, MIT-licensed desktop application that wraps AI coding agents like Claude Code and Codex in a visual workspace with WYSIWYG editors, session management, and integrated task tracking. Built by repeat founders Karl Wirth and Greg Hinkle — whose previous company Evergage was acquired by Salesforce in 2020 — Nimbalyst targets developers, product managers, and builders who want higher bandwidth when working with agentic AI. The desktop app runs on macOS (Apple Silicon and Intel), Windows, and Linux, with a companion iOS app for managing sessions on the go.

    What It Is

    Nimbalyst is an agent-native visual workspace: a local desktop environment that replaces the terminal-and-text-editor loop with purpose-built visual editors, a session kanban board, and an integrated task tracker. Instead of reading terminal output and trusting blind edits, users see every change an AI agent makes as a red/green inline diff across markdown, code, mockups, diagrams, CSV files, and data models — and approve or reject each change in place. The core product is open source under the MIT License, with source code at github.com/Nimbalyst/nimbalyst.

    Visual Editors and File Types

    Nimbalyst ships seven or more built-in editors, all sharing the same EditorHost contract so third-party extensions are first-class citizens:

    • Markdown — WYSIWYG editor with inline AI diff review, file history, and restore
    • Code — Monaco editor with syntax highlighting and AI-assisted edits
    • Mockups — wireframe and UI mockup editor that can generate frontend code
    • Excalidraw — infinite-canvas drawing with natural-language AI generation
    • Mermaid — flowchart and sequence diagram editor with live rendered preview
    • CSV / Spreadsheet — spreadsheet view with AI-powered data transforms
    • Data Model / ERD — visual schema design with Prisma-ready export
    • Calc Sheet, Mind Map, and Browser (Chromium preview) round out the built-in set

    An extension marketplace lets users install community-built editors (Astro website editor, visual git log, slides, 3D object editor) or build their own.

    Agent Session Management

    The session management layer is designed for parallel agentic workflows:

    • Run multiple Claude Code, Codex, OpenCode (alpha), and GitHub Copilot (alpha) sessions simultaneously
    • Organize sessions on a kanban board with phases: backlog, planning, implementing, complete
    • Each session can be isolated in its own git worktree with one click
    • A file edits sidebar shows every file an agent read or wrote; sessions link bidirectionally to files
    • Sessions are persistent and searchable; any conversation can be resumed or branched
    • Push notifications alert users when a session finishes or needs approval

    Integrated Task and Context Graph

    Tasks, plans, bugs, and ideas are stored as markdown frontmatter directly in the workspace, so agents can read the backlog, pick up context, and update the board as they complete work — without copy-pasting tickets into a prompt. Nimbalyst models every artifact (tracker items, plans, specs, diagrams, sessions, diffs, files, decisions) as a node in a shared context graph with typed edges, so both humans and agents traverse the same connected workspace rather than stitching together seven separate tools.

    Open-Source Architecture and Deployment

    The repository is a TypeScript/Electron monorepo using npm workspaces, with a native SwiftUI iOS app in a separate package. Key packages include packages/electron (desktop), packages/ios (iOS), packages/runtime (AI and sync services), packages/extension-sdk (extension development kit), and packages/collab-protocol (wire-format types for the collaboration sync protocol). The collaboration sync server at wss://sync.nimbalyst.com is a separate closed-source project. All content and metadata lives in plain markdown and standard files on the local filesystem; users bring their own API keys for Anthropic, OpenAI, or other providers, or run local models via LM Studio. Nimbalyst is SOC 2 Type 2 certified.

    Update: v0.68.1

    The latest release is v0.68.1, published on July 10, 2026. The repository was created in October 2025 and has seen rapid iteration, with the last push on July 15, 2026. The GitHub repository has accumulated 1,225 stars and 168 forks as of mid-July 2026. A Teams plan with real-time multiplayer collaboration on shared docs, mockups, diagrams, and kanban boards is in development with a waitlist open; pricing for Teams had not been announced at the time of this writing. The alpha release channel is available in Settings → Advanced → Release Channel for users who want early-access builds.

    Nimbalyst - 1

    Community Discussions

    Be the first to start a conversation about Nimbalyst

    Share your experience with Nimbalyst, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Individual

    The full open-source visual workspace for individual users. No credit card required, no feature limits, no trial period.

    • Nimbalyst visual editor and workspace
    • Claude Code, Codex, OpenCode, Copilot agents
    • WYSIWYG markdown editor with AI diff review
    • Mockups, diagrams, Excalidraw, CSV editors
    • Session manager with searchable history

    Teams

    Team collaboration features coming soon. Pricing TBD — join the waitlist.

    Custom
    contact sales
    • Everything in Individual, plus:
    • Multiplayer collaboration on markdown docs, mockups, Excalidraw, diagrams, and every extension
    • Promote any local file to a shared doc with full change history
    • Collaborative trackers and kanban worked by your agents
    View official pricing

    Capabilities

    Key Features

    • WYSIWYG markdown editor with inline AI diff review
    • Monaco code editor with AI-assisted edits
    • Mockup and wireframe editor with code generation
    • Excalidraw diagram editor with natural language AI
    • Mermaid diagram editor with live preview
    • CSV spreadsheet editor with AI data transforms
    • Data model / ERD editor with Prisma export
    • Calc Sheet with live result gutter
    • Mind map editor
    • In-app Chromium browser preview
    • Parallel agent session management
    • Session kanban board with phases
    • Git worktree isolation per session
    • File edits sidebar per session
    • Persistent and searchable session history
    • Integrated task and bug tracker
    • Context graph linking all artifacts
    • AI-assisted git commits
    • Visual git diff and branch management
    • Integrated terminal (Ghostty)
    • MCP server support
    • Custom slash commands and skills
    • CLAUDE.md / Agents.md project configuration
    • Extension marketplace and EditorHost SDK
    • iOS mobile app for remote session management
    • Push notifications for session completion
    • File history with restore
    • Fine-grained agent permission system
    • Bring-your-own API key (Anthropic, OpenAI, LM Studio)
    • SOC 2 Type 2 certified
    • Local-first storage in plain markdown files
    • Real-time multiplayer collaboration (Teams, waitlist)
    • Auto-updates with stable and alpha release channels
    • Anonymous telemetry with opt-out

    Integrations

    Claude Code (Anthropic)
    OpenAI Codex
    OpenCode (alpha)
    GitHub Copilot (alpha)
    Model Context Protocol (MCP)
    Linear (via MCP)
    GitHub (via MCP)
    Slack (via MCP)
    LM Studio (local models)
    Excalidraw
    Monaco Editor
    Lexical (Meta)
    Mermaid
    Prisma
    Git / GitHub
    Ghostty terminal
    PostHog (analytics)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Nimbalyst and help others make informed decisions.

    Developer

    Nimbalyst Team

    Nimbalyst builds AI-powered code review and analysis tools for development teams. The platform helps developers improve code quality and catch bugs before deployment through automated analysis and intelligent feedback.

    Founded 2024
    Massachusetts
    3 employees
    Read more about Nimbalyst Team
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    MindsHub Cowork icon

    MindsHub Cowork

    MindsHub Cowork is a unified workspace where open-source AI agents complete whole tasks — reports, dashboards, analyses, and more — by connecting to your data and tools.

    Agent Deck icon

    Agent Deck

    A terminal TUI command center for managing multiple AI coding agent sessions (Claude, Gemini, Codex, and more) with session forking, MCP management, and conductor orchestration.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    768 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    148 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    321 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    203views
    1upvote