Fusion Civilization Research Institute
FCRI is a frontier science and civilization engineering institute based in Liberland. We conduct research, run academic programs, and build systems across five civilization domains — intelligence, governance, economics, justice, and culture.
This is a monorepo containing multiple FCRI initiatives:
| Project | Path | Description |
|---|---|---|
| FCRI Web | src/ |
Main institutional website at fcri.science |
| NRLink | apps/nrlink-* |
Cross-border liquidity orchestration platform |
| AZRAEL | azrael/ |
Autonomous cyber defense stack |
| MR NOTHING | projects/mr-nothing/ |
Android-native AI agent platform |
| NR Agent | projects/nothing-agent/ |
Agentic computing initiative |
Live: https://fcri.science
The institutional website spanning:
| Route | Content |
|---|---|
/research |
Research archive — papers, categories, publications |
/research/papers |
Full papers archive with filtering |
/academics |
Courses, fellowships, executive programs, seminars |
/financial-systems |
Fusion Veritas, VoltexFinance, NRLink |
/ecosystem |
Full Voltex Network map |
/azrael |
AZRAEL cyber defense initiative |
/mr-nothing |
MR NOTHING project page |
/grants |
Research grants and fellowships |
/support |
Donations, partnerships, crypto support |
/about |
Institute mission and vision |
/token |
FCRI participation token |
/invest |
Investment pathways |
Path: apps/nrlink-web/, apps/nrlink-admin/, apps/nrlink-api/
Cross-border premium settlement infrastructure for sovereign and institutional actors.
| Component | Stack | Status |
|---|---|---|
nrlink-web |
Next.js 16 | 🔨 Building |
nrlink-admin |
Next.js 16 | 🔨 Building |
nrlink-api |
Express · Prisma · PostgreSQL | 🔨 Building |
NRLink API features complete implementations of:
- Auth (register / login / JWT)
- Quote engine (FX rate calculation)
- Transaction processing
- Beneficiary management
- Webhook settlement events
- Prisma schema (User, Quote, Transaction, Beneficiary)
Path: azrael/
The world's first self-healing autonomous cyber defense stack.
| Module | Description | Status |
|---|---|---|
azrael-core |
Orchestration engine | 🔨 Building |
azrael-sense |
Threat detection | 📋 Planned |
azrael-response |
Automated response | 📋 Planned |
azrael-heal |
Self-healing recovery | 📋 Planned |
azrael-intel |
Threat intelligence | 📋 Planned |
azrael-console |
Operator dashboard | 📋 Planned |
Python core implementation:
azrael-core/src/orchestrator.py— policy-governed agent coordinationazrael-core/src/sense.py— event normalization and threat scoringazrael-core/src/heal.py— baseline restoration and recovery validation- Full test suite in
azrael-core/tests/
Frontend: Next.js 16 · React 19 · TypeScript · Tailwind CSS 4
Backend (NRLink): Express · Prisma · PostgreSQL · JWT · Zod
AZRAEL: Python 3.11+ · asyncio · Pydantic · pytest
Android (MR NOTHING): Kotlin · Jetpack Compose
Infra: Nginx · systemd · Datadog synthetic monitoring
# Main site
npm install
npm run dev # http://localhost:3000
# NRLink API
cd apps/nrlink-api
npm install
npx prisma generate
npm run dev # http://localhost:4100
# AZRAEL tests
cd azrael/azrael-core
pip install -r requirements.txt
pytestFCRI runs on a Debian VPS at fcri.science behind Nginx with HTTPS via Let's Encrypt.
See deploy/README.md and OPERATIONS.md for full deployment instructions.
See CONTRIBUTING.md. Built under MIT License.