Building Floorp on macOS
danger
We cannot provide support if a build fails. Please understand this before proceeding with the following steps.
Requirements
Machine Specifications
- Memory: Minimum 4GB RAM, 8GB+ recommended.
- Disk Space: At least 40GB of free disk space.
- Operating System: The latest version of macOS.
Required Tools
Installation steps
- Install Deno:
# Using Homebrew (recommended)
brew install deno
# Or using curl:
curl -fsSL https://deno.land/install.sh | sh
- Clone the Floorp repository:
git clone https://github.com/Floorp-Projects/Floorp
cd Floorp
- Install dependencies:
deno install
- Build Floorp:
deno task dev
First run downloads the binary from GitHub Actions. A browser will launch and automatically reload when you change the source code (using hot reload or HMR if supported), so you won't need to restart.
Congratulations! You have successfully built Floorp!