
Sol is an open source app launcher, focused on ease of use and speed. It has minimal configuration and runs natively.
Install via brew
brew install --cask sol
Or manually download the latest release.
Join the Discord
https://discord.gg/W9XmqCQCKP
You need to set up your machine for macOS development with React Native. Basically you need to install:
Follow any of the online tutorials to set up your machine for iOS/MacOS React Native development.
Once you have everything installed run the following commands
mise plugin add cocoapods
# To enable hooks
mise settings experimental=true
# Will install all bun, ruby and run the installation of dependencies
mise install
# You can then run the app with
bun macos
MIT License