_.---._ .---.
__...---' .---. `---'-. `.
.-''__.--' _.'( | )`. `. `._ :
.'__-'_ .--'' ._`---'_.-. `. `-`.
~ -._ -._``---. -. `-._ `.
~ -.._ _ _ _ ..-_ `. `-._``--.._
-~ -._ `-. -. `-._``--.._.--''.
~ ~-.__ -._ `-.__ `. `.
~~ ~---...__ _ ._ .` `.
~ ~--.....--~
About
This is a simple landing site for FLOOXS — the Florida Object-Oriented Process/Device/Reliability/Superconductor Simulator — downloads.
Official Wiki
flooxs.ece.ufl.edu — documentation, tutorials, and command reference.
Downloads
install.sh.
Static builds (distro-independent)
- x86_64 flooxs-static-x86_64-cc4822e8.tar.gz sha256: .sha256 2026-05-01
- aarch64 flooxs-static-aarch64-cc4822e8.tar.gz sha256: .sha256 2026-05-01
Install
1. (Optional) verify the download against its checksum:
sha256sum -c flooxs-static-x86_64-cc4822e8.tar.gz.sha256
2. Extract the tarball:
tar -xzf flooxs-static-x86_64-cc4822e8.tar.gz cd flooxs-install
3. Run the installer. By default it installs to /opt/flooxs and symlinks the binaries into /usr/local/bin/, so use sudo if you want a system-wide install:
sudo ./install.sh
Or pick your own prefix (no root needed if you own the path):
./install.sh ~/.local/flooxs
If you install to a custom prefix without write access to /usr/local/bin/, the script will tell you to add the install's bin/ directory to your PATH.
4. Verify:
flooxs --version
Three binaries ship in the bundle: flooxs (default), flooxs.openblas, and flooxs.threaded — pick whichever BLAS variant suits your workload.
Uninstall
The tarball includes an uninstall.sh alongside install.sh. Same prefix conventions apply:
sudo ./uninstall.sh # removes /opt/flooxs ./uninstall.sh ~/.local/flooxs # custom prefix
Arch Linux (AUR)
FLOOXS is in the Arch User Repository: aur.archlinux.org/packages/flooxs.
Debian / Ubuntu packages deprecated
.deb packages are no longer the recommended install path and will not receive new releases. Please use the static builds above — they work on Debian and Ubuntu (and everywhere else) without being tied to a specific distro version.
Show legacy .deb downloads (2024.0.0)
If you have an existing workflow that depends on these, install with:
sudo apt-get update sudo apt-get install ./[VERSION].deb
The leading ./ is required — these aren't in the global Debian repositories.
x86_64 / amd64
- debian_11-flooxs_2024.0.0_amd64.deb
- debian_12-flooxs_2024.0.0_amd64.deb
- ubuntu_20.04-flooxs_2024.0.0_amd64.deb
- ubuntu_22.04-flooxs_2024.0.0_amd64.deb
- ubuntu_23.04-flooxs_2024.0.0_amd64.deb
- ubuntu_23.10-flooxs_2024.0.0_amd64.deb
- ubuntu_24.04-flooxs_2024.0.0_amd64.deb