Keep tabs on your subs: this program helps you organize and overview your subscriptions.
  • Rust 96.9%
  • Fluent 2.2%
  • Just 0.8%
Find a file
2026-03-17 18:24:28 +01:00
resources 📝 add release info to metainfo (#19) 2025-12-13 16:03:54 +01:00
subs_cosmic clicking on labels in subscriptions view now creates and focuses on new filter page. (#21) 2026-02-20 20:48:43 +01:00
subs_lib 🎨 update before release, fixes based on new lint rules (#10) 2025-12-01 11:54:45 +01:00
subs_repo Flatpak setup (#9) 2025-11-28 14:19:06 +01:00
.gitignore use cosmic template 2024-08-09 19:57:32 +02:00
cargo-sources.json 🐛 fix theming on cosmic DE (#15) 2025-12-13 15:48:06 +01:00
Cargo.lock ⬆️ update libcosmic (#20) 2026-02-19 21:10:38 +01:00
Cargo.toml - added Diesel Sqlite database management with Subscription, Label and Currency tables 2024-11-01 20:14:05 +01:00
dev.tony4.subscribi.json 🐛 fix theming on cosmic DE (#15) 2025-12-13 15:48:06 +01:00
justfile Flatpak setup (#9) 2025-11-28 14:19:06 +01:00
LICENSE 📄 License file and comments added 2025-02-21 22:21:28 +01:00
README.md Update README add gitmoji acknowledgement 2026-03-17 18:24:03 +01:00

Subscribi icon
Subscribi

Keep tabs on your subs.


Track all your subscriptions easily (and privately) with the following features:

  • Create, Update, Delete subscription.
  • Add labels to better track by categories.
  • Use multiple currencies. Upkeep exchange rate offline.
  • Create formulas to track summaries, or various calculations (experimental feature).
  • Advanced filtering options.

Installing

Flatpak

You can install the application with flatpak: flatpak install flathub dev.tony4.subscribi

Binary

You can download executable binary in the releases section.

  • Copy the file to your target/applications folder
  • Make it executable: e.g. chmod u+x Subscribi-1.0.1-x86_64-linux-standalone-bin
  • Run it! Double click the file or run it in terminal with e.g.: ./Subscribi-1.0.1-x86_64-linux-standalone-bin

Run/build from code

Dependencies (Linux):

  • cargo
  • libxkbcommon-dev
  • libcosmic
  • libsqlite3-dev
  • cosmic-icons
  • (optionally) just

Prepare

# Clone the repository
git clone https://codeberg.org/Tony4dev/subscribi.git

# Change directory to the project folder
cd subscribi

Cargo

# Run...
cargo run --package subs_cosmic --bin subs_cosmic

# ..or build release version and..
cargo build --profile release

# ..run release
cd target/release
./subs_cosmic

Flatpak builder

# add flathub for user if not yet added
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo --user

# build install
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install app dev.tony4.subscribi.json

# run
flatpak run dev.tony4.subscribi

Attribution

Pop Icons by System76 is licensed under CC-SA-4.0

Acknowledgments

Licence

NON-AI Mozilla Public License Version 2.0

Contributions

Contributions are welcome as long as they are not produced by AI. Aids are allowed, but each developer is responsible for the compliance with the LICENSE above.