Skip to content

sdotee/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S.EE

Native apps for S.EE - URL shortening, text sharing, and file hosting service.

Platforms

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/ -

Features

  • 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

Installation

macOS / iOS

Open macos/SEE.xcodeproj in Xcode and build for your target device. Requires macOS 14+ or iOS 18+.

Android

Open android/ in Android Studio and build for your target device. Requires Android 10+ (API 29).

See android/README.md for more details.

Linux

Arch Linux (AUR):

yay -S see-desktop-bin

Ubuntu/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.deb

Fedora:

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.rpm

Flatpak:

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.flatpak

See linux/README.md for more options (ARM64, build from source).

Getting an API Key

  1. Visit s.ee and create an account
  2. Go to your dashboard
  3. Generate an API key
  4. Enter the key in the app's Preferences

License

This project is licensed under the MIT License - see the LICENSE file for details.

Links