StarNet Help Download ↓

Give your AI a world to work in.

A desktop home for your AI crew. Give agents real tasks, connect their tools, and build workflows across a living pixel-art station.

v0.11.2 · MIT open source · Windows + macOS · bring your own keys
SCROLL
01

WHAT IT IS

A living simulation on your machine where every sprite is a real agent doing real work. Recruit a crew, connect real tools and real models, and build the station into a workforce shaped around you — the only limit is what you ask for.

  • Placed gear is real capability. A signal dish grants web, a cabinet grants files, a workbench grants a terminal — place one and the whole crew draws on it.
  • Every bay is another agent, running its own work in parallel.
  • The floor is honest. An agent at a lit desk means a live run — the timer on screen is the real one.

You direct from COMMS. They think, browse, build files, and deliver — with your models, your keys, on your machine.

// live preview · current source build
02

FEATURES

03

DOWNLOAD STARNET

Choose the installer for your computer. Current stable version: v0.11.2. See what changed in the release notes. The station preview and docs follow current source, which may include features coming in the next release.

WINDOWS
Windows 10 / 11 · 64-bit
[ .EXE INSTALLER ]
Open the installer and follow its steps. If SmartScreen warns, inspect the publisher before proceeding.
MACOS · APPLE SILICON
M1 / M2 / M3 / M4
[ .DMG ]
Open the disk image and drag StarNet into Applications. If macOS reports a trust failure, contact support.
MACOS · INTEL
Intel-based Macs
[ .DMG ]
Not sure which Mac you have? Apple menu → About This Mac — "Intel" means this one. Stop and report any Gatekeeper trust failure.
// prefer to run from source? node 18+ is all you need
git clone https://github.com/androoAGI/starnet.git
cd starnet && npm install && npm start
Opens the station at http://localhost:8787. Same app, same sidecar, no installer — keys stay in a local file instead of the OS keychain.

Need help installing? Follow the quickstart or open troubleshooting. Public installers support Windows and macOS; Linux is not currently a supported public target.

04

DOCS & HELP

05

FAQ

Is StarNet free?

The software is MIT-licensed open source and free to run. Model usage costs whatever your provider charges — you bring your own API key (or OAuth account), and StarNet shows you real cost per run. No markup, no subscription required to use your own keys.

Is the work actually real?

Yes — that's the whole point. Every agent run is a real model call with real tools; files get written, browsers get driven, and the ledger records real cost. The station never renders state the harness can't prove. If it looks like an agent is working, it is.

Do I have to build conveyor belts to use it?

No. Chatting with an agent from COMMS needs no belts at all. Belts are for real jobs — work with several parts, or work that should flow through several agents on its own, especially while you're away. The conveyor guide shows the whole idea in five minutes, and the LINES tool drops a finished line in one click.

Where does my data live?

On your machine. Station state, transcripts, memory, and ledgers live in your local StarNet workspace. Requests go to your model provider only when an agent runs, and to the wider network only when you explicitly grant a network tool or connector.

What do I need to start?

A Windows or macOS machine and one model provider: an OpenRouter API key works everywhere, a ChatGPT, Grok, or Kimi sign-in needs no key at all, and Ollama runs free and fully local. That's it — full power from minute one, nothing gated behind progression.

Can it spend money without me noticing?

No. Every conveyor line has a per-job budget ($2.00 unless you raise it, $50 ceiling) and an optional per-day cap; the BUDGET panel adds hard per-run, per-agent, per-day, and global caps the sidecar enforces against the real ledger. Night Shift is limited to a number of unattended jobs per day you choose. Use Stop in COMMS to interrupt the current task.

Why does my OS warn me during install?

SmartScreen can still warn while an Authenticode certificate builds reputation; inspect the publisher before proceeding. A public Mac DMG is required to pass Apple notarization, so a Gatekeeper trust failure should be reported rather than bypassed. Release checks do not prove that an installer works on your computer. The troubleshooting guide explains both cases.

↑ TOP