Skip to content

SomeRandomGuy45/MacBlox

Repository files navigation

Caution

This project is in the alpha stage which means you should execpt alot of bugs.

Macblox

GitHub Workflow Status for ARM GitHub Workflow Status x86_64 Discord Server cool image!

Macblox is a funny project i wanted to do because there wasn't bloxstrap for macos (there is but its in py and its a api)! (insp for top is bloxstrap!!!!)

Planned release date: 10/27/24

The TODO List

  • aarch64 support (currently unknown since I don't have a aarch64 mac)
  • Some basic bootstrap support
  • Figure out how to get access to /Applications/ with out file prompt (and stop using alot of file prompts)
  • Discord RPC support
  • Checking for roblox updates
  • Adding ClientAppSettings
  • Find a different way to close the terminal
  • Make a background thing that checks if roblox is being open
  • Installer (im working on it)

Building

Libraries needed:

  • wxwidgets Github (use brew install wxwidgets)
  • sol2 Github
  • lua Github (use brew install lua)
  • openssl Github (use brew install openssl)

Building the project:

Just run the following command make

Building installer:

Just install NPM and run this command

npm install -g appdmg
cd CreateMacbloxInstaller
./CreateInstaller.sh

Credits