Skip to content
Cullant

Download Cullant, free and open source

For Windows and Android today, with macOS and Linux to follow. No account, no subscription, and yours to keep.

Build it from source

Cullant is a Rust and Tauri app. You need the Rust toolchain, Node 20 or later. On Windows you also need the MSVC build tools, because nothing links without them.

Desktop

git clone https://github.com/la-lo-go/cullant
cd cullant
npm install
npm run tauri dev      # run it
npm run tauri build    # make the installers

The installers land in src-tauri/target/release/bundle/.

Android

npx tauri android dev                          # on a device
npx tauri android build --apk --target aarch64 # smallest APK

You need the Android SDK, the NDK and a JDK on the machine first. The arm64 APK is about 20 MB; the universal one is four times that.

Full build guideReleases on GitHub(Opens in a new tab)