This repository contains prebuilt executable binaries that will run SerenityJS. We provide prebuilt x64 binaries for Windows, Linux, and macOS. GitHub Actions will automatically compile the binaries every 12 hours. Vist the latest actions for the latest release build, you must be logged into GitHub to access the download.
If you want to compile the binaries yourself:
- Clone the repository.
- Install dependencies
bun install
- Run one of the following commands:
- For the latest release:
bun run build:latest
- For the beta release:
bun run build:beta
- For the latest release: