Developers
Desktop App
Native desktop application for S.EE
Native desktop application for S.EE with a modern UI, providing easy access to URL shortening, text sharing, and file hosting.
Features
- URL Shortening: Create shortened links with custom aliases
- Text Sharing: Share code snippets, notes, and text content
- File Upload: Drag-and-drop file uploads
- QR Code Generation: Generate QR codes for any link
- History: Local record of all created links, texts, and files
- Multi-Domain Support: Choose from multiple domains for each service
Supported Platforms
| Platform | Status | Technology |
|---|---|---|
| Linux | Available | GTK4 + libadwaita + Rust |
| macOS | In Development | - |
| Windows | In Development | - |
Installation
Linux
AUR (Arch Linux)
yay -S see-desktop-binDebian/Ubuntu (amd64)
wget https://github.com/sdotee/desktop/releases/latest/download/see_0.1.0_amd64.deb
sudo dpkg -i see_0.1.0_amd64.debDebian/Ubuntu (arm64)
wget https://github.com/sdotee/desktop/releases/latest/download/see_0.1.0_arm64.deb
sudo dpkg -i see_0.1.0_arm64.debFedora/RHEL (x86_64)
wget https://github.com/sdotee/desktop/releases/latest/download/see-0.1.0-1.x86_64.rpm
sudo dnf install see-0.1.0-1.x86_64.rpmFedora/RHEL (aarch64)
wget https://github.com/sdotee/desktop/releases/latest/download/see-0.1.0-1.aarch64.rpm
sudo dnf install see-0.1.0-1.aarch64.rpmFlatpak
wget https://github.com/sdotee/desktop/releases/latest/download/see-0.1.0-x86_64.flatpak
flatpak install see-0.1.0-x86_64.flatpakFor other versions, check the releases page.
Build from Source
See the Linux build guide for instructions on compiling from source.
macOS
Coming soon.
Windows
Coming soon.
Configuration
- Create an account at s.ee
- Go to your dashboard and generate an API key
- Open the desktop app
- Go to Preferences and enter your API key
Usage
URL Shortening
- Click the URL tab
- Paste your long URL
- Optionally set a custom slug, domain, or expiration
- Click Shorten
- Your short URL is copied to clipboard automatically
Text Sharing
- Click the Text tab
- Paste or type your content
- Set a title and optional password
- Click Share
- Share the generated link
File Upload
- Click the File tab
- Drag and drop a file, or click to browse
- Select your preferred domain
- Click Upload
- Get the direct link or share page URL
QR Code
After creating any short URL, click the QR code icon to generate a scannable QR code.
History
Access your creation history from the sidebar to quickly copy or manage previous links, texts, and files.