Native apps for S.EE - URL shortening, text sharing, and file hosting service.
| Platform | Status | Directory | Technology |
|---|---|---|---|
| macOS | ✅ Available | macos/ |
SwiftUI + SwiftData |
| iOS | ✅ Available | macos/ |
SwiftUI + SwiftData |
| Android | ✅ Available | android/ |
Jetpack Compose + Material 3 |
| Linux | ✅ Available | linux/ |
GTK4 + libadwaita + Rust |
| Windows | 🚧 Coming Soon | windows/ |
- |
- URL Shortening - Create short links with custom aliases
- Text Sharing - Share code snippets, notes, and text content
- File Uploads - Upload and share files with drag & drop (macOS), camera/photo picker (iOS/Android)
- Batch Operations - Select multiple items for batch copy links or batch delete
- Local Thumbnails - Auto-generated file thumbnails via QuickLook (macOS/iOS) or Coil (Android)
- QR Code Generation - Generate QR codes for any link
- Local History - Track all your created links, texts, and files
- Multiple Domains - Choose from available domains for each service
- Menu Bar - Quick access from macOS menu bar
Open macos/SEE.xcodeproj in Xcode and build for your target device. Requires macOS 14+ or iOS 18+.
Open android/ in Android Studio and build for your target device. Requires Android 10+ (API 29).
See android/README.md for more details.
Arch Linux (AUR):
yay -S see-desktop-binUbuntu/Debian:
wget https://github.com/sdotee/app/releases/download/v0.1.0/see_0.1.0_amd64.deb
sudo apt install ./see_0.1.0_amd64.debFedora:
wget https://github.com/sdotee/app/releases/download/v0.1.0/see-0.1.0-1.x86_64.rpm
sudo dnf install ./see-0.1.0-1.x86_64.rpmFlatpak:
wget https://github.com/sdotee/app/releases/download/v0.1.0/see-0.1.0-x86_64.flatpak
flatpak install ./see-0.1.0-x86_64.flatpakSee linux/README.md for more options (ARM64, build from source).
- Visit s.ee and create an account
- Go to your dashboard
- Generate an API key
- Enter the key in the app's Preferences
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: s.ee
- API Documentation: S.EE API Docs
- Issues: GitHub Issues