Open, source-available — the new KeygenStar us on GitHub arrow_right_alt

License & distribute commercial Tauri applications

Securely license and distribute cross-platform Tauri apps with a single API.

Free during development, no upfront commitment

5 stars

Ready, set, license

From license activation to auto-upgrades, we can help. Dive in with Keygen Cloud, or explore our self-hosted options.

  • Use our software distribution API to securely deliver your app to licensed users. Integrate directly with Tauri's native updater for dead-simple automatic updates.
  • Protect your code with our flagship software licensing API. Add feature entitlements, limit upgrades to specific version ranges, enforce activation limits, and more.

Learn more

tauri::Builder::default()
.setup(|app| {
let handle = app.handle();
tauri::async_runtime::spawn(async move {
match handle
.updater()
.header("Authorization", "License C1B6DE-39A6E3-DE1529-8559A0-4AF593-V3")
.unwrap()
.check()
.await
{
Ok(update) => {
if update.is_update_available() {
update.download_and_install().await.unwrap();
}
}
Err(e) => {
println!("failed to update: {}", e);
}
}
});
Ok(())
})

Trusted by hundreds of software businesses all over the worldincluding these industry leaders

Solutions for licensing & distribution


  • dns Choice

    Managed Keygen Cloud, or explore self-hosting.

    View Options

  • library_books Quickstarts

    Guides and API references for developers of all skill levels.

    View Docs

  • insert_chart Dashboard

    Manage your products from an intuitive dashboard.

    View Dashboard

  • business Pricing

    From indie to enterprise, we have options for everyone.

    View Pricing

Ready to get started?

Sign up today, or reach out.


"Licensing was planned to make up at least 25% percent of planned dev time for our product so it's awesome to see that we've been able to cut it down to 2.5% with Keygen." – Ranorex

Free during development, no upfront commitment


Or interested in self-hosting Keygen EE? Contact sales for a 30-day no-strings-attached trial.