Standalone

Tools

Standalone tools for the problems around the edges of Salesforce development, outside the scope of Apex Stem. Too small to belong in the OSS stack, but useful on their own.

Debug · WebAssembly

Log Analyzer

A Salesforce debug log analyser that runs in the browser. It is written in Go and compiled to WebAssembly, soyour log data never leaves the machine. Paste a log and you get method calls, SOQL and governor limit usage in a structured view.

npm CLI · Source Organizer

ApexLibrarian

An npm CLI that restores the directory layout Salesforce orgs strip from Apex classes. Each class declares its shelf in an @directory doc-comment tag, so one command after a retrieve puts every class back.

More tools

Other small utilities will appear here as they get built.