Cyoda Developer Console · v0.3.0

Inspect and refine Cyoda workflows visually.

A desktop application for inspecting and correcting generated workflow JSON during the build phase. Work with local workflow files without a running Cyoda environment.

→ View release on GitHub

Available on macOS (Apple Silicon and Intel) and Linux (ARM64 and x86_64). Windows can be built from source.

Local workflow files, visual editing, and runtime execution.

Use the console to inspect and correct generated workflow JSON locally. A running Cyoda environment is not required.

  1. Generated workflow JSON
  2. Local project files
  3. Developer Console
  4. Cyoda runtime when you choose to run it

Model Editor MCP for AI CLIs

Give your AI coding agent direct, project-scoped access to Cyoda entity and workflow models. No clone or build required.

Add this to .mcp.json at your project root, then reconnect your MCP-capable CLI. Requires Node.js 22 or newer.

.mcp.json
{
  "mcpServers": {
    "model-editor": {
      "command": "npx",
      "args": ["-y", "@cyoda/model-editor-mcp@0.2.1", "--project", "."]
    }
  }
}

Your CLI starts the server for the configured project. Ask it to show a model or use connection_info to get the live editor's URL; the agent owns model content, while people can browse and arrange the canvas.

Install Developer Console

Cyoda Developer Console works with local workflow files and does not require a running Cyoda environment.

macOS

Install with Homebrew

cyoda-dev-console.sh
brew install --cask cyoda/cyoda/cyoda-dev-console

Supports Apple Silicon and Intel Macs.

Prefer a direct download? Choose a DMG:

→ Apple Silicon DMG → Intel Mac DMG

Open source

Inspect the source, review the current release, report issues, and follow development on GitHub.

Work with workflow files locally.

Install the Developer Console to inspect and correct generated workflow JSON during the build phase—no running Cyoda environment required.