Skip to content

Releases: lizTheDeveloper/solarpunk_utopia

Solarpunk Mesh Network v1.0.0-alpha

28 Dec 18:56

Choose a tag to compare

First Android Release - Standalone Offline App

This is the first Android build of the Solarpunk Gift Economy Mesh Network. The entire Python backend runs on your device - no internet required.

Features

  • Embedded Python backend via Chaquopy (FastAPI on localhost)
  • DTN Bundle System for delay-tolerant networking
  • ValueFlows economic coordination (offers, needs, exchanges)
  • Web of Trust with vouch chains
  • Encrypted messaging with panic features
  • Works 100% offline after install

Requirements

  • Android 8.0+ (API 26)
  • 2GB RAM minimum (4GB recommended)
  • ~150MB storage

Installation

  1. Download app-debug.apk below
  2. Enable "Install from unknown sources" in Settings
  3. Open the APK and install
  4. First launch takes ~3-5 seconds while Python starts

What's Inside

  • Python 3.8 runtime
  • FastAPI + Uvicorn
  • SQLite databases
  • PyNaCl cryptography
  • React frontend in WebView

🤖 Generated with Claude Code