AIEONYX Ecosystem  ·  Active Development

Light for
your data.

SQLite with teeth. The sovereign, AI-native database that treats your data the way the law always intended — as yours.

S4+i  ·  Security  ·  Speed  ·  Sovereignty  ·  Simplicity  ·  Intelligence

<15 MBSingle Binary
AES-256Always On
0Telemetry
Apache 2.0Forever

AIEONYX Ecosystem

A Smart Digital Sovereign Community

AIEONYX is not a product. It is a community of devices and people who protect each other, remember each other's data through any catastrophe, and refuse to surrender their digital lives to corporations or governments.

◆ EdisonDB — Sovereign Data 🛡 BASTION — Home Fortress ⬡ Mesh Network — Resilience ⚡ Aegis Collective — Defense

The Shift

The world changed.
The database didn't.

Every database before EdisonDB was built for a world where data traveled to intelligence, and servers owned what users created. EdisonDB is built for the world we are entering — where intelligence travels to data, and users own what they create.

That shift is not optional anymore. The law is making it mandatory. EdisonDB makes it buildable.

Core Concept

The Inverted
Administration Model

In every database today, the platform is the database administrator. The user is a row in someone else's table. EdisonDB reverses this — completely.

Traditional Model
Platform = Administrator
Full schema access, full data control. You are a guest in someone else's system with no rights to your own information.
BDAY   │ 2/18/1990  ← visible to platform
EMAIL  │ you@mail.com ← visible to platform
HEALTH │ Hypertension  ← visible to platform
EdisonDB Model
User = Administrator
Platform receives only what you chose to publish. Critical and Personal data is structurally unreachable — not by policy, by architecture.
BDAY   │ ████████  ← structurally blocked
EMAIL  │ ████████  ← structurally blocked
POST   │ Hello world ← noise tier, ok

Architecture

Tiered Data
Sovereignty

Not all data is created equal. EdisonDB enforces this at the storage engine layer — not as a query-layer policy, not as a legal promise. As a fundamental database primitive.

Critical Tier
Medical records · Biometrics · Private messages · Financial data · Location history
Encrypted with user-held keys. Never leaves your device. Structurally unreachable by any platform, Connector, or network request — regardless of claimed permissions. The storage engine never decrypts this for non-owner callers.
Personal Tier
Name · Email · Preferences · Purchase history · Behavioral data
Accessible only to applications you explicitly trust, under consent you control and can revoke instantly. When the session ends, access ends. No residue. Treated like a paying transaction.
Noise Tier
Public posts · Reactions · Display name · Published content
Data you chose to make public. Your act of publishing was the consent. Syncs freely to platforms. Auto-purged after 30 days per EU CCTV data retention law. Your local copy is yours indefinitely.
-- Declare sovereignty at schema level
CREATE TABLE user_profile (
  biometrics   blob  TIER CRITICAL,  -- never leaves device
  email        text  TIER PERSONAL,  -- user-consented
  display_name text  TIER NOISE     -- platform-accessible
);

-- Vector search — native, no extension needed
SELECT * FROM memories
  VECTOR SEARCH 'recent security events'
  LIMIT 10 SIMILARITY > 0.85;

-- Auto-embed locally — no external API, no Python
INSERT INTO docs (title, content)
  VALUES ('Report', 'Full text...')
  AUTO EMBED content INTO embedding;

Philosophy

The S4+i Framework

Every decision in EdisonDB — from encryption algorithm to error message wording — is evaluated against S4+i. This is not a marketing tagline. It is an architectural contract.

🔒 S1  ·  Security
Born Encrypted
Data is born encrypted. Access is born restricted. Trust is born zero. Security is not configured — it is a property of existence.
S2  ·  Speed
Rust-Native
Sub-millisecond local queries. Zero-cost abstractions. Fast at every scale from embedded IoT to distributed clusters.
🏛️ S3  ·  Sovereignty
Your Keys, Your Law
Your data. Your device. Your keys. Apache 2.0 forever. No vendor lock-in. No government backdoor. No corporation between you and your data.
🌿 S4  ·  Simplicity
15-Minute Promise
Zero-config start. SQL-first. If you're not productive in 15 minutes, the documentation failed — not you.
🧠 +i  ·  Intelligence
AI in the Engine
AI woven into the storage engine. Local inference only via Candle (Rust). No Python runtime. No external API. No data leaves the machine.

The Contract

Seven irrevocable
promises.

These promises were written before the first line of production code. They will outlast any business decision, any funding round, and any change in circumstance.

I
Always Free
EdisonDB Core is free forever. No subscription. No expiry. No usage cap. No exceptions.
II
Apache 2.0 Forever
This license will never be downgraded. The Connector converts to Apache 2.0 on January 1, 2030.
III
No Feature Gating
Free features stay free. Nothing moves behind a paywall. What's open stays open.
IV
Zero Telemetry
The binary never phones home. No analytics. No beacons. No "anonymous statistics." Zero exceptions.
V
Reproducible Builds
Any person with a Rust toolchain can build a byte-for-byte identical binary from public source.
VI
Public Governance
All significant decisions discussed and made in public. No hidden roadmaps. No private deals.
VII
Forking Welcome
Fork it. Build on it. Compete with it. Legally and morally always welcome. We will never threaten a fork.

Timeline

Roadmap

PHASE 1
Building now
EdisonDB 0.1 Alpha
EQL parser · AES-256-GCM encryption · Tier Enforcement Engine (storage layer) · edctl CLI · EdisonDB Connector v1 · Rust SDK · EDQP protocol · PostgreSQL wire protocol
PHASE 2
EdisonDB 0.5 Beta
LSM-tree engine · HNSW vector index · Auto-embedding pipeline · REST + gRPC · Python + TypeScript SDKs · EdisonDB Studio · Digital Legacy system · Regional Compliance Profiles · Aggregation Awareness Layer
PHASE 3
EdisonDB 1.0 + AIEONYX BASTION v1
Full production engine · Raft cluster · BASTION Security Domain (DPI, behavioral AI, seL4 partitioning) · Ghost Fragment Hosting · Biometric sovereign recovery · Aegis Collective local mesh · BASTION hardware certification
PHASE 4
EdisonDB 2.0 + BASTION v2
Global mesh with DHT node discovery · Geo-redundant triple scatter · Emergency Profile Recovery · Aegis Collective global threat intelligence · AI-driven node health monitoring · Open hardware certification registry

A Personal Note

"I'm a Filipino OFW working in the Czech Republic, developing this project after my day job. I grew tired of how modern platforms manage our data — not as something we own, but as something they exploit. With the EU AI Act changing the legal landscape, I felt it was the right time to create a database that truly respects individuals. The code is still being worked on, but the philosophy is clear. I'm sharing this journey publicly because I have nothing to hide, and I genuinely want to create something valuable for everyone."

— Edison, Founder, AIEONYX  ·  Czech Republic, 2026

Join the Community

A call to build.

EdisonDB is one person's vision seeking the hands of those who believe infrastructure should serve people, not corporations.

★  Star on GitHub Read the Philosophy