A simple sample browser made with electron
Prebuilt binaries can be found under releases
- git
- npm
sudo apt install git npm
This assumes you already have brew installed
brew install git npm
First clone the repository by running:
git clone https://github.com/Dougal-s/Penguin.git
cd Penguin
Install the required dependencies and build the installer by running:
npm ci
npm run build
Locate and run the execute the installer located in dist.
Penguin can also be run by without being installed for development purposes by executing:
npm start