
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
Zero-config observability CLI - pipe logs and visualize instantly.
# Production (default)
echo '{"cpu": 45, "memory": 78}' | gaze
# Local development
echo '{"test": 123}' | gaze --local
# Custom ports
echo '{"data": 123}' | gaze --web http://localhost:3000 --socket http://localhost:8080
npm install -g gaze-so
Pipe any output to gaze:
# JSON logs
echo '{"cpu": 45, "memory": 78}' | gaze
# Script output
python script.py | gaze
node server.js | gaze
docker logs -f | gaze
# Reuse session
echo '{"more": "data"}' | gaze --session-id gaze-abc123
| Flag | Description | Example |
|---|---|---|
-s, --session-id <id> | Reuse existing session | gaze --session-id gaze-abc123 |
-l, --local | Use localhost (web: 3000, socket: 3001) | gaze --local |
--web <url> | Web server URL | gaze --web http://localhost:3000 |
--socket <url> | Socket server URL | gaze --socket http://localhost:8080 |
--server <url> | Shorthand for --web (auto-derives socket) | gaze --server http://localhost:3000 |
The CLI automatically derives the socket URL from the web URL, but you can override it:
# Auto-derive socket (localhost:3000 → localhost:3001)
gaze --web http://localhost:3000
# Explicit socket URL
gaze --web http://localhost:3000 --socket http://localhost:8080
# Production (auto-derives socket.gaze.so)
gaze --server https://gaze.so
# Custom domain
gaze --web https://staging.gaze.so --socket https://socket-staging.gaze.so
--web, --socket, --local, --server)GAZE_WEB_URL, GAZE_SOCKET_URL)https://gaze.so, https://socket.gaze.so)export GAZE_WEB_URL=http://localhost:3000
export GAZE_SOCKET_URL=http://localhost:8080
# Production (default)
echo '{"data": 123}' | gaze
# Quick localhost
echo '{"data": 123}' | gaze --local
# Custom web server, auto socket
echo '{"data": 123}' | gaze --server http://localhost:3000
# Both custom
echo '{"data": 123}' | gaze --web http://localhost:3000 --socket http://localhost:8080
# Staging
echo '{"data": 123}' | gaze --server https://staging.gaze.so
MIT
FAQs
Zero-config observability CLI - pipe logs and visualize instantly
We found that gaze-so 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.