Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.03 KB

README.md

File metadata and controls

62 lines (39 loc) · 2.03 KB

src_stasis

Data management app for the decentralized and censorship-resistant Swarm network


Overview

src_stasis is a cross-platform desktop/Android app enabling users to manage data on the Swarm decentralized network.


Features (Planned)

  • Data upload: Upload files & directories to the Swarm
  • Data retrieval: Download data from Swarm
  • Website upload: Deploy static websites from local drives and Git repositories
  • Built-in bee: Run a node in light or ultra-light mode to access the Swarm
  • Remote bee: Connect to a remote bee node rather than running one
  • Stamps management: Ability to buy, top up, and dilute postage batches
  • Private data: Encrypt or decrypt data when uploading or downloading from Swarm

Ethos

These foundational values drive the project's development:

  • Source-Only Installation: No centralized app stores or 3rd-party built binaries. Install through package managers that build from source (ex: Homebrew, AUR, F-Droid, Obtainium)
  • Decentralized by Design: No cloud dependencies, full user control over data and infrastructure
  • Encryption by default: Data is protected using Swarm's native encryption facility before uploading

Tech Stack

Category Tools/Libraries
Framework Tauri
Backend Rust
Frontend React
UI Library src_ui
Swarm SDK Bee JS

Getting Started

To be defined


Contributing

To be defined


Links