cd ../products

GX Language

v0.9BETA

Transparent, Auditable AI Assistants

GX is a brain-first programming language built in Rust that makes AI assistants fully transparent. Every decision is explicit, every tool call is logged, every reasoning step is inspectable. Fully local-first and cloud-agnostic.

// feature-manifest

Built in Rust — fully local-first execution
Every AI decision is explicit and logged
Every tool call is recorded and inspectable
Two syntax levels: standard (full control) + simple (beginner-friendly)
Built-in AI primitives: ask, embed, infer — auto-logged
Package interop: JavaScript, Python, Rust bridges
Full toolchain: run, build, test, fmt, make, install
Anti-hallucination patterns built into the language
Supports OpenAI, Anthropic, Ollama, HuggingFace, custom endpoints

// use-cases

gx@devjsx:~/use-cases
Auditable AI assistant development
Regulated industry AI tooling
Enterprise AI transparency requirements
AI agent development with full observability
Research and education on AI decision-making

// resolved-challenge

AI assistants are opaque black boxes — GX makes every decision inspectable

// quick-start

Install:

curl -fsSL https://gxlang.dev/install.sh | bash
Request Access

// tech-stack

RustTree-walking InterpreterJS BridgePython Bridge