Portable version of Floorp
- Pre-built binaries
- Windows
- OS: 10, 11
- Architecture: x86_64
- Memory: 8GB+
- Disk Space: At least 2GB of free disk space.
- Linux
- Architecture: x86_64, aarch64
- Memory: 8GB+
- Disk Space: At least 2GB of free disk space.
- Packages: bubblewrap, glibc, gtk+, libstdc++, xorg
- Windows
- Build from source
- Windows
- OS Version: 10, 11
- Architecture: x86_64
- Memory: 8GB+
- Disk Space: At least 2GB of free disk space.
- Softwares: Git, Git Bash, Golang 1.23+
- Linux
- Architecture: x86_64, aarch64
- Memory: 8GB+
- Disk Space: At least 2GB of free disk space.
- Packages: glibc, gtk+, libstdc++, xorg, git, unzip, zip, jq, golang 1.23+
- Windows
git clone --recursive https://github.com/Floorp-Projects/Floorp-Portable
cd Floorp-Portable
Create a directory named core
and place Floorp files in it.
Windows
curl.exe -L "https://github.com/Floorp-Projects/Floorp/releases/latest/download/floorp-win64.installer.exe" -o floorp-win64.installer.exe
.\src\utils\7za.exe x floorp-win64.installer.exe -ir!core
Linux
export FLOORP_VERSION="{version}" # Replace "{version}" with latest floorp version, for example: `export FLOORP_VERSION="11.19.1"`
curl -L "https://github.com/Floorp-Projects/Floorp/releases/download/v${FLOORP_VERSION}/floorp-${FLOORP_VERSION}.linux-$(uname -m).tar.bz2" -o floorp-files.tar.bz2
mkdir core
tar -xvf floorp-files.tar.bz2 -C core --strip-components 1
Windows
.\build.bat
Linux
./build.sh
The files or directories required to run are those in the dist
directory.
Windows: libportable Linux: Bubblewrap