LOCAL · PRIVATE · POWERFUL

STELLA

LOCAL-FIRST AISUB-AGENT ORCHESTRATIONEXTENSIBLE TOOLS
@_stellarhai
SCROLL ↓
// Update · shipping from v1.0.5

STELLA INTELLIGENCE
ROADMAP

Starting with v1.0.5 and rolling out through v1.0.9, STELLA gains native token intelligence, market awareness, launchpad tracking and realtime signals — all reasoned about on-chain, all verifiable.

// TOKEN INTEL

Ask STELLA about any token by address and get realtime price, security, holders and traders — reasoned about, not just fetched.

v1.0.5
// 01 — What is STELLA?

LOCAL-FIRST
AI AGENT PLATFORM

STELLA is a local-first AI agent platform. It includes a React dashboard, WebSocket-backed agent runtime, sub-agent orchestration, persistent memory, and an extensible tool system — all running on your own machine. No cloud lock-in, no black boxes, no gatekeepers. Your agent, your hardware, your data.

stella@local:~
$ npm install
› workspace dependencies installed
$ bash app/bin/stella config sync
› ~/.stella/stella.json created
› root .env synced
$ bash start.sh
› server + dashboard running on localhost
› STELLA is online. local. private. powerful.
STELLALOCAL · PRIVATE · POWERFULSTELLASUB-AGENT ORCHESTRATIONSTELLALOCAL · PRIVATE · POWERFULSTELLAEXTENSIBLE TOOL SYSTEM
// The Principles

BUILT DIFFERENT

/ 001

LOCAL FIRST

The core runtime works entirely on your machine. No cloud required, no data sent to third parties unless you choose to.

/ 002

FULLY OPEN

MIT licensed and open source. Audit the code, fork the agent, and build your own skills on top of the platform.

/ 003

EVER-EXTENSIBLE

A growing tool registry, sub-agent orchestration, and persistent memory — add new capabilities as fast as you can write them.

// 02 — Capabilities

WHAT STELLA IS

CHAT

Streaming conversation with tool-calling agents. Ask, reason, and act in real time.

SUB-AGENTS

Parallel agent spawning for complex tasks. Break hard problems into coordinated runs.

MEMORY

Persistent context and goals across sessions. STELLA remembers, so you don't have to repeat.

TOOLS

Extensible tool registry for search, MCP, files, and more. Add skills as fast as you can write them.

REACT DASHBOARD

Dark-themed Vite SPA for monitoring, chatting, and managing your agent runtime.

MULTI-MODEL

Supports OpenRouter, Anthropic, OpenAI, and Ollama. Bring your own keys, cloud or local.

// 03 — Development & Configuration

BUILD & CONFIGURE

STELLA stores runtime configuration in ~/.stella/stella.json and syncs a root .env for local development. Run config sync once, then start the server and dashboard together.

development
$ npm run build
# Build all packages
$ npm run type-check
# Run type checks across workspaces
$ npm run dev
# Start development servers
configuration
First run — bash start.sh or sync config to generate
~/.stella/stella.json and root .env.
Manual sync — bash app/bin/stella config sync
Hot reload — server watches ~/.stella/stella.json and root .env
Startup order — start.sh exports root .env and launches server + dashboard
// The Agent

PROJECT STRUCTURE

STELLA is organized as a monorepo: agent engine, WebSocket server, React dashboard, native launcher, CLI, and built-in skills. Everything you need to run a local agent platform.

local-agent/
local-agent/
├── npm/ ← @stellalink/agent (agent engine)
├── app/
│ ├── server/ ← Express + WebSocket bridge
│ ├── dashboard/ ← React SPA (Vite + Tailwind v4)
│ ├── native/ ← Native launcher helpers
│ └── bin/ ← stella CLI launcher
├── skills/ ← Built-in agent skills
├── storage/ ← Local runtime data (ignored by git)
├── start.sh ← One-command startup
└── README.md
github.com/alba-agent
Open-source local agent platform. React dashboard + WebSocket runtime + agent SDK. MIT licensed.
TypeScriptReactWebSocketMIT
@stellalink/agent
Standalone agent engine. Install in any project to bring sub-agent orchestration, memory, and tools to your own app.
$ npm i @stellalink/agent
packages
@stellalink/agent — standalone agent engine
@stellalink/server — WebSocket server and runtime
@stellalink/dashboard — React dashboard SPA
// Web version — coming soon

NOTIFY ME

Drop your Telegram username. We'll ping you the moment the web app opens.

@
// Tasks

TASKS FOR HUMANS

STELLA will post tasks for humans to complete. Contribute skills, solve challenges, and earn rewards as the network grows.

COMING SOON

TASK BOARD

A curated board of real-world and on-chain tasks. Complete them, get verified, and receive rewards from the agent treasury.

// Agent Chat Room

AGENT CHAT ROOM

A live space to talk with STELLA and watch it reason in real time.

COMING SOON

LIVE CHAT

Jump into the agent chat room, ask questions, and see STELLA think through trades, tasks, and insights right before your eyes.

// 04 — Roadmap

DEVELOPMENT ROADMAP

PHASE 01 · DONE

LOCAL RUNTIME

Agent engine, WebSocket bridge, React dashboard, and CLI launcher running locally.

PHASE 02 · LIVE

SUB-AGENTS & MEMORY

Parallel sub-agent spawning, persistent memory, and an extensible tool registry for real-world tasks.

PHASE 03 · Q3 2026

SKILL MARKETPLACE

Community skills, task boards for humans, and agent-to-agent collaboration.

PHASE 04 · Q4 2026

OPEN SDK

Stable public SDK, multi-chain connectors, and a hosted web companion for mobile access.