https://github.com/siafoundation/sia-storage-app
Private, encrypted cloud storage app that stores files on the Sia host network.
https://github.com/siafoundation/sia-storage-app
decentralized-applications file-sharing privacy sia
Last synced: 5 days ago
JSON representation
Private, encrypted cloud storage app that stores files on the Sia host network.
- Host: GitHub
- URL: https://github.com/siafoundation/sia-storage-app
- Owner: SiaFoundation
- License: mit
- Created: 2025-09-04T14:23:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-30T18:55:37.000Z (2 months ago)
- Last Synced: 2026-04-30T20:20:36.001Z (2 months ago)
- Topics: decentralized-applications, file-sharing, privacy, sia
- Language: TypeScript
- Homepage: https://sia.tech
- Size: 5.04 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Sia Storage
Private, encrypted cloud storage powered by the [Sia](https://sia.tech) decentralized network. Sia Storage is a cross-platform app that works on iOS, Android, macOS, Linux, and Windows. See whats coming next in [ROADMAP.md](ROADMAP.md).
## Apps
| App | Platforms | Status |
| ------------------------------ | --------------------- | ----------- |
| [`apps/mobile`](apps/mobile) | iOS, Android | Beta |
| [`apps/desktop`](apps/desktop) | macOS, Linux, Windows | Coming soon |
| [`apps/cli`](apps/cli) | macOS, Linux, Windows | Coming soon |
| [`apps/web`](apps/web) | Browser | Coming soon |
## Packages
| Package | Description |
| -------------------------------------------------- | ------------------------------------ |
| [`packages/core`](packages/core) | Database, services, adapters, config |
| [`packages/node-adapters`](packages/node-adapters) | Node-side adapters |
| [`packages/logger`](packages/logger) | Structured logging |
## Development
```bash
bun install
# Mobile
bun run mobile:start
bun run mobile:dev:ios:device
bun run mobile:dev:android:device
# Test
bun run lint
bun run typecheck
bun run test
```
## License
[MIT](LICENSE) © The Sia Foundation