AppleBlox is a Roblox launcher for MacOS, inspired by Bloxstrap. It includes features such as DiscordRPC and Fast-flags, with ongoing development for additional functionality.
The latest version is available on the Releases page. For more recent builds, see the nightly releases.
Versions:
For the development version (more unstable but has the latest features and more) see the development releases
Setting up the AppleBlox development environment:
bun install
brew install create-dmg
Development commands:
bun run --bun dev
: Start the development environmentbun run --bun package
: Package the application (excluding DMG creation)bun run --bun release
: Package and create a DMGAppleBlox is built using Svelte for the frontend and NeutralinoJS for the backend. NeutralinoJS is a lightweight C++ alternative to Electron or NW.JS, suitable for single-platform applications. More information is available at neutralino.js.org/docs.
The build script utilizes pre-compiled binaries for alerter
and discord-rpc-cli
to simplify the build process:
alerter
: Sourced from vjeantet/alerter releasesdiscord-rpc-cli
: Built from AppleBlox/Discord-RPC-cliContributions are welcome. Please feel free to submit issues, pull requests, or discuss ideas. For further discussion, contact [email protected]
or reach out on Discord @Origaming
.