A silent, fast tab manager for Microsoft Edge — built with Python, and sockets.
- Python installed
- A separate user directory to launch Microsoft Edge
- Focus or open URLs in Edge instantly
- Works silently in the background
- Stream Deck & AHK compatible
- Uses Edge’s remote debugging protocol
-
Clone the repo
-
Create a
.envfile (see.env.example) -
Set up a Python virtual environment
python -m venv venv -
Install dependencies:
pip install -r requirements.txt -
Rename
commands.jsontocommands.local.json
The way i use it is have an AHK script in my startup folder that runs "e:/Path/to/the/script/rootdir/venv/Scripts/python.exe" "e:/Path/to/script/rootdir/wizard_server.py", , Hide. This is to start the virtual environment and server on startup.
Have a hotkey run Run, "e:/Path/to/the/script/rootdir/venv/Scripts/pythonw.exe" "e:/Path/to/the/script/rootdir/socket_client.py" -command-, , Hide
I like to use BarRaider's Advanced Launcher, and it works pretty much the same as with AHK; the program to run is e:/Path/to/the/script/rootdir/venv/Scripts/pythonw.exe, and the arguments are "e:/Path/to/the/script/rootdir/socket_client.py" -command-