Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

hackbrowser/hackbrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackBrowser

This project is no longer maintained. This repository is only for archival purpose.

HackBrowser

HackBrowser is a cross-platform, hackable browser written in Javascript. HackBrowser is built with Electron (formerly Atom Shell), which enables building cross-platform desktop apps with HTML, CSS, and Javascript. Since every part of the application's code is visible, customizing the browser in any way is possible.

This project is in heavy development.

Application Distribution

HackBrowser uses electron-builder to create installers.

# Use electron-builder to build and create installer
$ npm run dist

License

The MIT License (MIT)