Extensible open-source AI-native agent development workbench
Every component is
a node in a workflow
SporeMind unifies every function-providing extension as a component, then orchestrates them with scripts and workflows, all running locally.
Windows 10/11 · x64 · Free
Component ecosystem
More than plugins: anything that provides functions is a component
Three tracks, one model: components register functions with the runtime, and scripts and workflows wire them into pipelines.
Native Plugin
Go nativeDeep integrations that need native power, running in-process or over a subprocess frame protocol.
MCP Server
Open protocolThe standard MCP ecosystem plugs straight in; external tools join the runtime out of the box.
Bundle
Capability packBuilt-in bundles of callables: debugging, tutoring, workflow tools, install and go.
Orchestration
Orchestrate every function with scripts and workflows
Components provide the functions; Spore Script and visual workflows decide when and in what order they run.
- Scripts call functions · Strongly typed Spore Script calls any component function, schema-first and type-safe.
- Workflow as program · Describe a goal with /workflow and get a task-card topology, nodes wired by dependency with context flowing between them.
- Multi-agent teamwork · Ten built-in roles to mix and match, sub-agents in parallel, interruptible and replayable throughout.
// components provide functions, scripts orchestrate
fn run(task) {
page = http.fetch(task.url) // component fn
summary = ai.summarize(page.text)
out = ai.translate(summary, task.lang)
kb.store("articles", out) // store in KB
notify.send("done", out.title)
}Open source
A fully open-source multi-agent runtime
From the runtime to the component ecosystem, all source code is public on GitHub; data stays on your machine by default, cloud is an optional boost.
View source on GitHubgithub.com/qomos-w/sporemindLocal-first
Data never leaves the machine, works offline, cloud is an optional boost.
BYOK providers
OpenAI, Anthropic, Gemini, Ollama and more; you own the keys, never locked in.
Structured audit
Turn / step / request ledgers make every decision traceable and replayable.
Fully open source
All code is public on GitHub: read, audit and modify it yourself.
Download
Download SporeMind
The desktop build is available now, with macOS and Android on the way.