Develop, review, debug, and ship self‑healing code.





Free
For individuals getting started
Access to CodeTracer Desktop
Access to CodeTracer for VS Code
Unlimited use for OSS languages (Python, Ruby, Noir and Stylus)
Analyze 5 native code traces per day (C/C++, Rust, ...)
Pro
For professionals and teams
Unlimited use of CodeTracer Desktop and CodeTracer for VS Code for all languages
10 GB of cloud storage
100 CPU minutes of cloud replay time
100 CPU minutes of cloud replay
Enterprise
For collaborative use at scale
Org Single Sign On
Access control
Data retention controls
Priority Support
Training
Free
For individuals getting started
Access to CodeTracer Desktop
Access to CodeTracer for VS Code
Unlimited use for OSS languages (Python, Ruby, Noir and Stylus)
Analyze 5 native code traces per day (C/C++, Rust, ...)
Pro
For professionals and teams
Unlimited use of CodeTracer Desktop and CodeTracer for VS Code for all languages
10 GB of cloud storage
100 CPU minutes of cloud replay time
100 CPU minutes of cloud replay
Enterprise
For collaborative use at scale
Org Single Sign On
Access control
Data retention controls
Priority Support
Training
CodeTracer native recording captures only non-deterministic inputs such as system calls, thread scheduling, synchronization ordering, and external I/O into bounded circular ring buffers. Deterministic execution itself is reconstructed during replay rather than serialized to disk, ensuring minimal CPU overhead (<5%) and zero runaway storage growth.
CodeTracer CI attaches deterministic replay links directly to your GitHub and GitLab pull request checks. Clicking any link opens our web environment at ide.codetracer.com, allowing teammates and autonomous agents to step backwards and forwards through the exact execution trace with full variable history and zero local reproduction.
CodeTracer Homeostate observes live production execution down to the variable. When an incident or unhandled exception strikes, autonomous agents perform a trace autopsy, construct a deterministic reproduction test (RED), synthesize a verified fix, and prove zero regressions (GREEN) before staging a ready-to-merge pull request.
CodeTracer implements in-memory, capture-time PII redaction. Passwords, auth tokens, session headers, and configurable regex patterns are sanitized in memory before trace packets are committed to buffers or disk, preventing sensitive customer credentials from ever persisting in traces or cloud storage.
CodeTracer provides open source, self-contained front-ends and recorders for scripting languages including Python, Ruby, JavaScript, and PHP, alongside a proprietary record and replay engine for native code (C, C++, Rust, Zig, Nim) across Linux, macOS, and Windows. It is also compatible with Mozilla rr (Linux) and Microsoft TTD (Windows) traces.
Yes. CodeTracer offers extensions for VS Code, standalone Desktop GUI, and high-speed terminal UI (TUI) environments. Through standard Model Context Protocol (MCP) endpoints, autonomous coding agents (powered by Agent Harbor or external LLMs) can query runtime variables, inspect call trees, and verify fixes automatically.