A peaceful social network
Solian (also known as Solar Network) is a social networking platform, designed to help you express yourself freely and connect with others. We're not aiming to replace any major platform—just providing another peaceful community for you to be part of.
Note: Fediverse support is currently experimental and limited.
Help us translate! Click the Crowdin badge above to contribute translations.
If you read Chinese, visit our documentation: Suki - Solar Network | 中文 README
| Feature | Status | Description |
|---|---|---|
| Timeline | Done | Chronological feed of posts |
| Posts, Articles & Moments | Done | Multiple content types for different needs |
| Instant Messaging | Done | Real-time chat with group support |
| Realms | Done | Communities organized by shared interests |
| OAuth Integration | Done | Secure third-party authentication |
| Check-in | Done | Location and status sharing |
| Countdown | Done | Track special dates and festivals |
| RSS Reader | Done | Subscribe to external feeds |
| Wallet | Done | Credit system for transactions |
| Stickers | Done | Express yourself with custom stickers |
| Rich Text Editor | Done | Markdown-based with extended syntax |
| Social Features | Done | Friends list and blocklist management |
| File Management | Done | Upload and organize files |
| AI Features | Done | Smart assistance throughout the app |
- Fitness & Health - Track your health and exercise goals
- SolarWatt Ideask - An todo and task management app
-
Download the App
- Visit GitHub Releases to download the latest version for your platform
- Stable vs Pre-release: Pre-releases include cutting-edge features but may have untested changes. Since we don't use API versioning, breaking changes may affect stable releases—consider using pre-releases for the best experience.
-
Create an Account
- Sign up on the Solar Network
- Verify your email address
- Start exploring!
- Flutter SDK installed
- For Linux development, install additional dependencies:
sudo apt-get update -y
sudo apt-get install -y \
ninja-build \
libgtk-3-dev \
libmpv-dev \
mpv \
libayatana-appindicator3-dev \
keybinder-3.0 \
libnotify-dev \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
gstreamer-1.0# Install dependencies
flutter pub get
# Run in debug mode
flutter run
# Build release version
flutter build <platform>See the Flutter documentation for more build options.
This repository is organized as a monorepo containing useful Dart packages under the packages/ directory.
Want to build with Solar Network? Check out:
- Documentation
- API Reference
packages/solar_network_sdk- Official Dart SDK
The backend powering Solar Network is available at: Solsynth/DysonNetwork
| Layer | Technology |
|---|---|
| Frontend | Flutter - Cross-platform UI framework |
| Backend | .NET with PostgreSQL database |
| Protocols | ActivityPub (Fediverse), WebSockets, REST API |
We welcome contributions! Please read our Code of Conduct before participating.
Made with love by the Solar Network Team