v0.11.0 — Mothership Mode (P2P Team Collaboration)
Mothership Mode
Run your own collaboration server. No cloud, no third party, no account needed. One machine becomes the team hub, teammates join with a single token.
New Commands
# Start a mothership (your machine = the server)
aura host start
# Generate a join token for a teammate
aura host invite
# Teammate joins — one command, that's it
aura join <token>Features
- Embedded TLS server — auto-generated self-signed certificate with SHA-256 fingerprint verification
- SQLite backend — zero external dependencies, no PostgreSQL, no Docker
- One-token onboarding — URL, invite code, and TLS fingerprint baked into a single base64 string
- Full API compatibility — live sync, messaging, impact alerts, function push/pull all work unchanged
- Invite codes — with expiry and max-use limits
--tunnelflag — for internet access via bore/cloudflared--no-tlsflag — for local dev/testing
Install / Update
aura updateOr fresh install:
curl -fsSL https://raw.githubusercontent.com/Naridon-Inc/aura/master/install.sh | bashFull Changelog: v0.10.1...v0.11.0