Skip to content

v0.11.0 — Mothership Mode (P2P Team Collaboration)

Choose a tag to compare

@MHASK MHASK released this 30 Mar 10:19
· 33 commits to master since this release

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
  • --tunnel flag — for internet access via bore/cloudflared
  • --no-tls flag — for local dev/testing

Install / Update

aura update

Or fresh install:

curl -fsSL https://raw.githubusercontent.com/Naridon-Inc/aura/master/install.sh | bash

Full Changelog: v0.10.1...v0.11.0