Installation
FsPulse can be installed in several ways depending on your preferences and environment.
Docker Hub (Recommended)
Pull the official image and run:
docker pull gtunesdev/fspulse:latest
docker run -d --name fspulse -p 8080:8080 -v fspulse-data:/data gtunesdev/fspulse:latest
Multi-architecture support: linux/amd64, linux/arm64
See Docker Deployment for complete instructions.
Cargo (crates.io)
Install via Rust’s package manager:
cargo install fspulse
Requires Rust toolchain installed on your system.
Pre-built Binaries
Download platform-specific binaries from GitHub Releases.
Available for: Linux, macOS, Windows
macOS builds include both Intel (x86_64) and Apple Silicon (ARM64) binaries.
Note: All web UI assets are embedded in the binary—no external files or dependencies required.
Next Steps
- Want to build from source? See Building from Source
- Ready to start using FsPulse? Proceed to First Steps