Rust and Tauri SDK for licensing your apps

โš“ Rust    ๐Ÿ“… 2026-06-12    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 1      

surdeus

Hi guys,

I was bored of doing the work each times. For context, I started on macOS a few years back licensing apps, so I built Keylight.dev which is a licensing layer connecting to many payment providers. So I had a Swift SDK for this to use for myself and others users.

I recently had some interest in learning Rust, made a few basic things! Then I thought that some day I'd have to have license keys for Rust apps. So I took some advance and made that SDK already, so once I'm ready, it's sitting there while users of my platform can also enjoy it.

There's a Tauri version too, Rust side and JS/TS bindings as well.

It's on github, GitHub - keylight-dev/keylight-rust: Keylight licensing SDK for Rust (library + CLI) ยท GitHub

If you want to use it, you can fork it. You just need to make it talk to your backend instead of mine. Otherwise, it's easily plug and play.

Enjoy! And do give me your feedback as well :slight_smile:

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed