spore.host

The underground network for AWS compute

🔍

Truffle

Find and discover instance types, check Spot prices, manage quotas

No AWS account needed
🚀

Spawn

Launch instances in 2 minutes with interactive wizard or CLI

Auto-termination
🤖

Spored

Monitor automatically with TTL, idle detection, and hibernation

Laptop-independent

Quick Start

# Install via Homebrew
brew install scttfrdmn/tap/truffle
brew install scttfrdmn/tap/spawn

# Launch your first instance
spawn
# Install via Scoop
scoop bucket add scttfrdmn https://github.com/scttfrdmn/scoop-bucket
scoop install truffle
scoop install spawn

# Launch your first instance
spawn
# Download from GitHub releases
# https://github.com/scttfrdmn/mycelium/releases/latest

# Extract and run
tar -xzf spawn_*_$(uname -s)_$(uname -m).tar.gz
./spawn

Why Spore?

2-Minute Setup - From zero to instance instantly
No Surprise Bills - Auto-termination with TTL
Cross-Platform - Windows, macOS, Linux
GPU Support - Auto-detects GPU-enabled AMIs
Hibernation - Save 99% costs when idle
Multilingual - 6 languages supported

🚧 Coming Soon

⚡ Instance Control

Start, stop, and terminate instances from the dashboard

💻 Web SSH

Connect to instances directly from your browser

📈 Real-Time Monitoring

CPU, network, disk I/O, and GPU utilization

🎮 Remote Desktop

NICE DCV integration for graphical workloads

Common Use Cases

💰 Cheapest Dev Box

truffle spot "t3.*" --sort-by-price --pick-first | spawn --ttl 8h
# Cost: ~$0.01/hr • Auto-terminates after 8h

🎮 GPU Training

truffle capacity --instance-types g5.xlarge | spawn --ttl 24h --hibernate-on-idle
# Auto-hibernates when idle • Saves 99% cost

🌍 Multi-Language Support

spawn --lang es    # Spanish
spawn --lang ja    # Japanese
spawn --lang fr    # French