BrowserShell is fully open source. Inspect the code, run the tests, fork it, or contribute back.

Repository

ResourceLink
GitHub repositorygithub.com/jamalyusuf/browsershell
READMEProject overview & quick start
ContributingCONTRIBUTING.md
ChangelogCHANGELOG.md
LicenseMIT License
SecuritySECURITY.md
IssuesReport bugs & request features
Tip
Once you push to main, the links above go live on GitHub. This site is deployed separately via GitHub Pages.

Development

git clone https://github.com/jamalyusuf/browsershell.git
cd browsershell
npm install
npm test        # 154 tests
npm run build   # outputs dist/

Load dist/ at chrome://extensions → Developer mode → Load unpacked.

Architecture docs

Contributors should read:

Contributing

We welcome PRs for:

  • New commands and bug fixes
  • Documentation improvements (this site or repo docs/)
  • Test coverage

See CONTRIBUTING.md for code style, branch workflow, and PR expectations.

License

BrowserShell is released under the MIT License. Use it, modify it, ship it in your own projects — just keep the license notice.