
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
Lightweight browser-based dev environment with persistent terminals, workspace management, and a tab-type plugin API.
Your agent terminals, accessible everywhere.
Install dependencies first:
# macOS
brew install tmux ttyd
# Ubuntu/Debian
sudo apt install tmux
sudo snap install ttyd --classic
Then install and run:
npm install -g omniterm
omniterm
# Open http://localhost:17717
Custom port:
omniterm --port 8080
OmniTerm uses ports 7700-7799 internally for terminal sessions. If this range conflicts, override it:
omniterm --ttyd-ports 8800-8899
Run omniterm --help for all options.
Run multiple AI agents in parallel, each in its own workspace. Split terminals to monitor two agents side by side. Review their output in the editor.
Code on a powerful cloud server from any device. Start a build on your desktop, check results from your iPad. The terminal never stops.
One pane for your agent, another for your build server, the editor on the side. The agent writes code, you review and edit — all in one browser tab.
Access via SSH tunnel or VPN:
ssh -L 17717:localhost:17717 your-server
open http://localhost:17717
Or directly via Tailscale:
open http://your-server.tailnet:17717
pnpm install
pnpm run dev
# Open http://localhost:17717
MIT
FAQs
Lightweight browser-based dev environment with persistent terminals, workspace management, and a tab-type plugin API.
The npm package omniterm receives a total of 48 weekly downloads. As such, omniterm popularity was classified as not popular.
We found that omniterm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.