sol
v2.1.137

Sol is an open source app launcher, focused on ease of use and speed. It has minimal configuration and runs natively.
Visit official site
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
corepack enable # Allows to turn yarn without the need to install it separately
yarn
yarn pods
yarn macosor
corepack enable
yarn
yarn pods
# and then open the sol.xcworkspace in Xcode and run the app from thereApp is signed with my personal team, so you will have an error there you can ignore as long as you are not packaging the app. But please don't change it, otherwise your PR will be dirty.
MIT License