Home
Softono

Subtrace

Open source BSD-3-Clause Go
2.8K
Stars
64
Forks
15
Issues
13
Watchers
6 months
Last Commit

 About Subtrace

Network inspector for your backend

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Subtrace?

We provide expert installation service for this software. Our team will install, configure, and secure Subtrace on your server. plans start at just $30.

Subtrace

Inspect HTTP requests in any server with just a single command.

Linux

curl -fsSL https://subtrace.dev/install.sh | sh

macOS

Currently in private beta. Join the waitlist if you primarily use macOS for development!

Resources

Guides

Quickstart

# Node.js
subtrace run -- npm run dev

# FastAPI
subtrace run -- fastapi dev main.py

# Everything else
subtrace run -- [command]