Installation
Pre-built Binaries
Download the latest release from GitHub Releases.
| Platform | Format |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Windows | .msi or .exe |
| Linux | .deb or .AppImage |
Flathub
flatpak install flathub io.github.alsofelix.crabdrop
Arch Linux (AUR)
Pre-built binary:
yay -S crabdrop-bin
Build from source:
yay -S crabdrop
Building from Source
git clone https://github.com/alsofelix/crabdrop.git
cd crabdrop
bun install
bun tauri build
The built application will be in src-tauri/target/release/bundle/.