One binary. Zero infrastructure.
A unified storage engine and reactive web console compiled into a single standalone Golang executable. No external services, no config files, no client tooling.
Databases shouldn't be infrastructure projects.
Traditional systems demand configuration, heavy services, and separate client apps. Aeris converges runtime and management into one artifact.
Single Binary
The web console is embedded directly into the Go executable via go:embed. Deploy with a single file copy - no asset pipeline, no CDN.
Embedded Web Server
Open your database console in any browser. No DBeaver, no desktop GUI, no SSH tunnel just to look at a table.
Zero External Dependencies
Self-contained storage engine and HTTP services. Runs wherever Linux, macOS, or Windows can execute a native binary.
Engineered for technical utility.
Essential developer capabilities without the architectural overhead of a platform.
Web IDE & Console
Full SQL editor with CodeMirror 6 syntax highlighting, schema-aware autocomplete, and live table viewers - served from the same binary.
Golang Performance
Low memory footprint, concurrent connection pooling, in-memory mode with disk persistence.
Automated REST APIs
Expose tables over HTTP with automatic CRUD endpoints, token verification, and health checks.
Stateful Sessions
Secure, token-based auth with scoped query permissions and per-session isolation.
Zero external runtimes.
Pure Go backend with an embedded React static distribution compiled into one executable.
Running in one command.
Local eval or production deploy - no runtime configuration required.