mirror of
https://github.com/nicocha30/ligolo-iwa
synced 2026-06-06 16:24:27 +00:00
master
Ligolo-IWA
A Ligolo-ng JavaScript agent working inside Chrome/Chromium-based browsers by leveraging Isolated Web Applications.
See the Ligolo-IWA doc for quick setup: Ligolo-IWA (Setup/Quickstart)
And don't forget to read the Ligolo-ng documentation: 📑 Ligolo-ng Documentation (Setup/Quickstart)
Local setup
Build the signed Isolated Web App bundle locally with:
make
The signed artifact is written to out/ligolo-iwa.swbn.
Install on Chrome
Chrome's current IWA testing flow uses Web App Internals:
- Use Chrome 120 or later.
- Enable
chrome://flags/#enable-isolated-web-app-dev-mode. - Open
chrome://web-app-internals. - Choose
Install IWA from Signed Web Bundle. - Select
out/ligolo-iwa.swbn.
Install on Edge
Due to current limitations in how Microsoft Edge handles the new Isolated Web App standard, installation is currently unsupported on this browser.
Languages
TypeScript
83.8%
JavaScript
8.9%
Makefile
5.2%
HTML
1.3%
CSS
0.8%
