Samira
A Steam Achievement Manager for Linux

Description
Samira is a desktop application that allows you to unlock achievements and set statistics.Installation and Usage
Releases can be found here.Steam must be running and the user must be logged in.
Flatpak is not supported. Steam must be installed through your distribution's package manager or through the installer from the official steam page.
Building
To build this project you'll need the prerequisites for Tauri as well as Rust, Node, and npm.
Clone the repository and install:
cd Samira && npm install
Tauri does not automatically set library search paths. This is a known issue in Tauri and until an official fix is available we need to set it ourselves: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/libsteam_api.soThe libsteam_api.so file is available in /assets/.
Dev
npm run tauri dev
Buildnpm run tauri build
On Arch based distributions, a bundling error may occur due to Tauri and linuxdeploy using the wrong strip binary. A workaround is available:NO_STRIP=true npm run tauri buildContributing
Like its predecessors, Samira is open source and open to contributions. Please feel free to ask questions, open pull requests, and raise issues.--- Tranlated By Open Ai Tx | Last indexed: 2026-02-16 ---