Installation
Forget broken dependencies and tedious setups. Our universal installation script forces a seamless, aggressive cross-platform installation. It dynamically detects your OS and architecture, slamming the correct Rust Tauri release onto your machine in seconds.
Universal Script
Paste this into your terminal and let it rip. It handles everything unconditionally: provisioning workspaces, tearing down the binary, writing the default config to ~/.config/keyking/config.json, and forcing the binary onto your PATH. No questions asked.
Bash
curl -fsSL https://keyking.ledgion.in/install.sh | bash
Robust Fallback Resolution
- Relentlessly targets the exact requested release via the GitHub API.
- Ruthlessly falls back to the
latestrelease if the tag goes missing. - Scavenges local build directories if you're offline or remote files dare to fail.
- Aggressively prefers user-local directories (
~/.local/bin), escalating to global sudo only when absolutely necessary.