https://github.com/nipsysdev/src_stasis
[WIP] Data management app for the decentralized and censorship-resistant Swarm network.
https://github.com/nipsysdev/src_stasis
Last synced: 12 months ago
JSON representation
[WIP] Data management app for the decentralized and censorship-resistant Swarm network.
- Host: GitHub
- URL: https://github.com/nipsysdev/src_stasis
- Owner: nipsysdev
- License: gpl-3.0
- Created: 2025-04-11T09:58:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T22:49:03.000Z (about 1 year ago)
- Last Synced: 2025-06-26T21:43:59.395Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://brew.sh/), [AUR](https://wiki.archlinux.org/title/Arch_User_Repository), [F-Droid](https://f-droid.org/en/), [Obtainium](https://obtainium.imranr.dev/))
- **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](https://github.com/tauri-apps/tauri) |
| **Backend** | Rust |
| **Frontend** | React |
| **UI Library** | [src_ui](https://github.com/srcpunks/src_ui) |
| **Swarm SDK** | [Bee JS](https://github.com/ethersphere/bee-js) |
---
### Getting Started
**To be defined**
---
### Contributing
**To be defined**
---
### Links
- **Swarm Docs**: https://ethswarm.org/
- **Bee JS Docs**: https://bee-js.ethswarm.org/docs/