🦚 Open source experimental private-by-default web browser.
Docs |
Download |
FAQ
Download the .exe
file from our releases page.
Releasing Peacock for the Windows package, Chocolatey, might be our next step.
Unfortunately, Mac builds are failing and there hasn't been enough testing yet for Peacock to be confident enough in releasing a public build for MacOS.
Here, you can download Linux builds for Peacock. Hopefully Peacock will have a Flatpak release and possibly an RPM build in the near future.
Ubuntu, Debian and Debian derivatives
Download the .deb
file from our releases page.
Arch Linux (AUR)
Download Peacock from the Arch User Repository here. (thank you to u/sunflsks!)
AppImage (Everything else)
Download the .AppImage
file from our releases page.
Both of the build commands use electron-builder
and output executables for their respective operating system in the dist/
folder.
git clone https://github.com/peacockweb/peacock.git && cd peacock
npm i
npm run start
npm run build-win
npm run build-linux
Both Firefox and Brave are spectacular and every day, Peacock gets closer and closer to their status of privacy. Peacock isn't stable enough yet to be used as a daily driver, but is an awesome experiment nonetheless to test the limits of the web and help make the internet a safer place.
Peacock is built around on open source technologies and therefore we love transparency. You're welcome to perform your own audits on our entirely open source code! We also include a Components entry in our docs which breaks down all the technologies used in the production of Peacock.
Using should hold off on doing anything too sensitive on Peacock for now, it's still in development and bugs are getting patched all the time, but like all apps, some may be missed along the way.
Some people are skeptical about Electron for its generally high memory usage, but Electron makes the development process incredibly simple. Electron lets us build a desktop app using web technologies. Eventually, we may switch to something more practical like forking Chromium or Firefox.
On Windows, apps are deemed as insecure if they haven't been code-signed with a certificate. Sigining certificates are expensive and therefore, Peacock doesn't have one (yet). This means that Peacock may show up to antiviruses or Windows Defender as a 'suspicious application' but can be easily bypsased selecting "More Info" > "Run Anyway":