
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@omniterm/host
Advanced tools
omniterm — a generic, browser-based dev host: persistent terminals, a browser-view panel, workspace management, and a runtime plugin API. CLI: omniterm.
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/host
omniterm
# Open http://localhost:17717
The npm package is
@omniterm/host; the command it installs isomniterm. No install? Run it directly withnpx @omniterm/host.
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.
omniterm is domain-agnostic — extra functionality is added at runtime via
plugins, without touching the host. Enable one with the repeatable --plugin
flag (by published package name or local path):
omniterm --plugin @omniterm/shiplight-debugger-plugin # YAML test debugger
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
omniterm collects anonymous usage and performance telemetry to help improve the tool. It is tied only to a random installation id — no personal data, file contents, file paths, repository names, or hostnames are ever collected.
What's collected: coarse usage events (server started, session created/adopted/ closed, file opened by language, cleanup) and session timing metrics, plus the omniterm version, OS platform, and Node version.
It's opt-out and off in automated contexts. Disable it any of these ways:
omniterm telemetry off # persistent, saved to settings
omniterm telemetry status # show current state
omniterm --no-telemetry # disable for a single run
export OMNITERM_TELEMETRY=0 # env: omniterm's own opt-out
export DO_NOT_TRACK=1 # env: the standard cross-tool opt-out
You can also toggle it in the Settings panel under Privacy → Telemetry
(the same persistent setting omniterm telemetry off writes). Env signals
override the saved setting. Telemetry is also automatically disabled in CI/test
environments. Performance timings are always available locally (even when opted
out) at GET /api/metrics/perf, and nothing leaves your machine when telemetry
is off.
MIT
FAQs
omniterm — a generic, browser-based dev host: persistent terminals, a browser-view panel, workspace management, and a runtime plugin API. CLI: omniterm.
The npm package @omniterm/host receives a total of 242 weekly downloads. As such, @omniterm/host popularity was classified as not popular.
We found that @omniterm/host demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

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.