Skip to content

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hackclub/flavortime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51f66dd · · Mar 1, 2026

History

34 Commits
Mar 1, 2026
Feb 26, 2026
Feb 26, 2026
Feb 26, 2026
Mar 1, 2026
Mar 1, 2026
Feb 26, 2026
Mar 1, 2026
Mar 1, 2026
Mar 1, 2026
Mar 1, 2026
Mar 1, 2026
Feb 26, 2026
Feb 26, 2026
Feb 26, 2026
Mar 1, 2026

Flavortime

A Rust desktop app for Discord Rich Presence with Flavortown and Hack Club's referral program. Supports macOS (x86_64 and arm64), Windows (x86_64), and Linux (x64, relatively untested).

What is Flavortown?

Check out https://flavortown.hackclub.com!

How do I build it?

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install the relevant toolchains
cargo install tauri-cli
cargo tauri build # or cargo tauri dev
v

A Linux build note:

NO_STRIP=true cargo tauri build --no-sign

  • NO_STRIP=true skips the binary stripping step, which can avoid failed to run linuxdeploy AppImage bundling failures if you are facing them. Context: tauri-apps/tauri issue #8929.
  • --no-sign fixes the error saying that TAURI_SIGNING_PRIVATE_KEY has not been set locally.

Where can I install it?

You can download compiled executables on this page.

Minimum Supported Rust Version

  • MSRV: Rust 1.88.0 (measured with cargo msrv find)

License

This project is dual-licensed under either of:

at your option.