Requirements
You need a compatible Fluxer desktop installation on Windows or Linux and permission to update its application files. Keep a way to obtain a clean Fluxer installation if recovery is needed.
Build tools
Section titled “Build tools”Because release installers are not available yet, install these tools first:
| Tool | Version or requirement |
|---|---|
| Git | To obtain the source checkout |
| Node.js | 22.12 or newer |
| pnpm | 10.15.1, matching the repository |
| Rust | Stable toolchain, including Cargo |
| Native build dependencies | Tauri 2 prerequisites for your operating system |
On Windows, Tauri needs Microsoft C++ build tools and WebView2. On Linux, it needs WebKitGTK and the development libraries for your distribution. Follow the official Tauri prerequisites before attempting the build.
Check your terminal
Section titled “Check your terminal”node --versionpnpm --versionrustc --versioncargo --versiongit --versionIn Windows PowerShell, if the pnpm script is blocked by execution policy, use pnpm.cmd wherever these docs say pnpm. You do not need to change your execution policy.
Next step
Section titled “Next step”Continue to build and launch the injector. The build tools are needed to create the application; they are not plugin permissions.
