>
The terminal operating system for autonomous agents.
Summon the ghost agent.
Loading source modules...
✔ GitHub Gateway connected
# Install Space Black
$curl -fsSL https://spaceblack.info/install.sh | bash# Launch Ghost
$ghost startPlug into Everything. Locally.
Space Black's modular architecture lets you integrate your tools as local skills. No third-party servers storing your tokens.
Autonomous Developer
Let Ghost read issues, branch out, and push native commits fully autonomously.
Payment Integrations
Check balances and create checkout sessions directly from the CLI.
Community Manager
Run a background bot that reads channels and sends automated DMs.
macOS Native
Control your Mac apps.
Google Workspace
Connect to your Google Workspace.
Agentic Browsing
Ghost uses Playwright to navigate apps.
What can Ghost do?
Switch tabs to see how Ghost handles different workflows.
# Ghost uses a Headless Browser to scrape and parse data
ghost.browse("https://news.ycombinator.com")
agent.extract({
target: "front_page_items",
schema: {
"title": "string",
"points": "number",
"link": "string"
}
})
Output: Successfully extracted 30 items.Why Space Black?
Local-First Security
Your keys live in your .env. No cloud servers. No data leaks. Complete peace of mind.
Transparent Memory
No heavy vector databases. Ghost's soul and memories live entirely within editable Markdown files.
Lightning Fast
Runs directly in your terminal with zero UI latency. Instant feedback and interaction.