Axiom Actualities ships with 14 sovereign features and 35+ CLI commands. This is the deep dive. Every capability, every command, every detail.
Start the Deep DiveFour input methods. One sovereign output. Every byte processed on your device.
Point your camera at a textbook, whiteboard, laptop screen, or printed paper. Axiom's OCR engine extracts the text and converts it to clean, editable code or formatted LaTeX. Supports photographing from any angle with automatic perspective correction.
Speak equations and get formatted LaTeX output (all editions). Describe functions in plain English and get typed source code (Developer+). Powered by the Vosk offline speech engine — no internet connection required. Supports continuous dictation with automatic punctuation.
Load any lecture video or coding tutorial. Axiom captures individual frames, runs OCR on each one, and combines the extracted text into a single clean output. Perfect for pulling code from YouTube tutorials you've downloaded or recorded lectures.
A full handwriting canvas with touch and stylus support. Write equations by hand on your phone screen, tap Extract, and get formatted LaTeX output. Includes undo, color picker, and stroke width controls. Your handwriting becomes publishable math.
Real-time capture during live lectures. Switch between LaTeX Mode and Code Mode on the fly. Every captured entry is automatically timestamped. Title your sessions, add quick notes, and build a complete timestamped record of any class or meeting.
Two defense layers working in parallel. Sentinel catches threats. Shadow catches traps. Nothing unsafe reaches your filesystem.
Always-on security scanning that runs at every save point. Detects 12 threat patterns in real-time: SQL injection, XSS, command injection, path traversal, hardcoded secrets, eval/exec abuse, prototype pollution, regex DoS, SSRF, insecure deserialization, LDAP injection, and XML external entity attacks.
8-detector predictive trap detection engine. Analyzes your code BEFORE save and catches: infinite loops, unreachable code, recursive functions without base cases, potential deadlocks, off-by-one errors, memory leaks from unclosed resources, null reference chains, and integer overflow risks.
A full sovereign development environment powered by the Logic-Butter CLI. Developer and Founder editions only.
Cross-language code translation engine. Paste code in any of 10 supported languages, specify your target, and Suture translates the logic — not just syntax. Handles type systems, idioms, and language-specific patterns. Supports Python, JavaScript, TypeScript, Java, Go, Rust, C++, Ruby, Swift, and Kotlin.
Custom code template system with variable substitution. Ships with 6 built-in scaffolds: Python class, React component, Express API, Rust struct, Java class, and Go handler. Create your own templates with {{placeholder}} syntax. Scaffold entire files in one command.
Multi-step automated pipelines. Chain together any sequence of operations: OCR capture, clean, convert, translate, lint, fix, and save — all in one command. Create reusable chains for repetitive workflows. Output from each step pipes into the next.
Describe a project in plain English and Architect generates the full file structure with working code. Built-in templates for REST APIs, CLI tools, React component libraries, and data pipelines. Each generated file follows language best practices and includes proper types, imports, and structure.
AES-256 encrypted local knowledge base. Store code snippets, solutions, notes, and references with tags and full-text search. Set a passphrase on first use — entries are encrypted at rest and only decrypted when you view them. Your passphrase is stored nowhere. Your knowledge, locked on your device.
Share code directly between devices over local WiFi — zero internet required. One device starts a local TCP server, the other connects via IP. Share code snippets, edit buffers, vault entries, and forge templates. Incoming code appears with a [PEER] tag. Stays sovereign.
Cryptographic proof of ownership, exclusive to Founder Edition. Generates a unique SHA-256 token from your device ID, edition, install timestamp, and your name. Stored locally as a hidden file. Export it, verify it, prove it. Your name in the passport, permanently. No server — pure local crypto.
Every command available in the Actualities Terminal.
| Command | Description | Edition |
|---|---|---|
lb help | List all available commands | All |
lb status | Show edition, mode, and Sentinel status | All |
lb fix | Auto-fix syntax and structure errors | Dev+ |
lb fmt | Format code with language-aware rules | Dev+ |
lb shadow | Run predictive trap detection | All |
lb ghost | Show previous code version overlay | Founder |
lb ghost <n> | Show version n steps back | Founder |
lb history | List all code snapshots with timestamps | Founder |
lb restore <n> | Restore code to snapshot n | Founder |
lb translate <lang> | Translate code to target language | Dev+ |
lb suture | Auto-detect language mismatch and offer translation | Dev+ |
lb vault save | Encrypt and save to vault | All |
lb vault search | Search vault by tags or text | All |
lb vault open <id> | Decrypt and view vault entry | All |
lb forge list | Show all templates | Dev+ |
lb forge <name> | Scaffold from template | Dev+ |
lb forge create | Save current buffer as template | Dev+ |
lb chain run <name> | Execute multi-step pipeline | Dev+ |
lb chain create | Enter chain builder mode | Dev+ |
lb chain list | Show saved chains | Dev+ |
lb architect <desc> | Generate full project scaffold | Dev+ |
lb record start | Begin recording terminal session | Dev+ |
lb record stop | End recording and save replay | Dev+ |
lb replay <name> | Playback recorded session | Dev+ |
lb share | Share edit buffer via local WiFi | Dev+ |
lb listen | Start receiving P2P transfers | Dev+ |
lb playbook | Show all threat patterns with explanations | Dev+ |
lb sentinel | Show security status and scan history | All |
lb passport | Show cryptographic ownership proof | Founder |
lb passport verify | Validate passport token | Founder |
lb passport export | Export token for transfer | Founder |
lb save | Save with Sentinel + Shadow scan | Dev+ |
lb write <file> | Write buffer to named file | Dev+ |
lb clear | Clear terminal output | Dev+ |
lb new | Start fresh edit buffer | Dev+ |