Compare commits

...

8 Commits

6 changed files with 133 additions and 27 deletions

View File

@ -27,8 +27,8 @@ ix-tools/
├── scripts/ # Deployment & operations ├── scripts/ # Deployment & operations
│ ├── install.sh # Universal installer │ ├── install.sh # Universal installer
│ ├── deploy-oasis.sh # Deploy to OASIS VPS │ ├── deploy-node2.sh # Deploy to production VPS
│ ├── deploy-arche.sh # Deploy to ARCHE VPS │ ├── deploy-node1.sh # Deploy to build VPS
│ └── monitor.sh # Health monitoring │ └── monitor.sh # Health monitoring
└── docs/ # Documentation └── docs/ # Documentation
@ -76,7 +76,8 @@ Cross-platform build scripts for the IX engine:
```bash ```bash
# Universal installer # Universal installer
curl -fsSL https://inference-x.com/install.sh | bash # Download the binary from https://inference-x.com
# Or build from source: git clone https://git.inference-x.com/elmadani/inference-x
# Manual # Manual
git clone https://git.inference-x.com/elmadani/ix-tools git clone https://git.inference-x.com/elmadani/ix-tools
@ -104,4 +105,4 @@ The IX engine itself uses the [SALKA-IX License](https://git.inference-x.com/elm
--- ---
*Built by the Anti-Atlas craton — continuing the work of the khettara builders.* *Built by the community — continuing the work of open infrastructure builders.*

123
SPONSOR.md Normal file
View File

@ -0,0 +1,123 @@
# Salka Elmadani — Building Inference-X
> *The best engine is the one you don't notice.*
> *You should hear the model, not the framework.*
---
I build AI infrastructure. Not products, not demos, not wrappers around someone else's API. Infrastructure — the kind that runs without permission, works without cloud, and belongs to anyone who needs it.
**Inference-X** is a 305 KB binary that runs any AI model on any hardware. No framework. No internet. No account. Download a model, run it, talk to it. That's it.
I built it alone. I'm still building it alone. This page is why.
---
## What I'm building
The problem isn't the models. The models are extraordinary. The problem is the layer between the weights and the human — the inference stack. It's bloated, cloud-dependent, and controlled by a handful of companies.
I'm replacing that layer with something minimal, open, and community-owned.
```
Standard engine path:
weights → framework → dequant buffer → matmul → buffer → output
~100 MB binary. 5 steps. Rounding errors at each boundary.
Inference-X:
weights → fused dequant+dot → output
305 KB binary. 2 steps. Zero buffer. Zero noise.
```
Same model. Cleaner signal. Every unnecessary step removed.
---
## The ecosystem
| Project | What it does | Status |
|---------|-------------|--------|
| **[inference-x](https://git.inference-x.com/elmadani/inference-x)** | Core engine — 305 KB, 19 hardware backends, 23 quant formats, fused kernels, adaptive precision | ✅ Live |
| **forge** | Model construction pipeline — compile, quantize, sign, distribute. Build your own model variant from certified organs. | 🔨 Building |
| **[echo-ix](https://git.inference-x.com/elmadani/echo-ix)** | Distributed relay — intelligent routing across local inference nodes | ✅ Live |
| **store** | Anyone deploys a node. Anyone earns from their compute. The cooperative layer. 11 geological cratons. One network. | 📐 Designed |
The store is the endgame: a peer-to-peer inference network where anyone with a laptop can become infrastructure. No data center required.
---
The intelligence already exists in the model weights. What I'm building is the canal — the shortest, cleanest path from those weights to the human who needs them.
---
## Who this is free for
**Everyone who isn't extracting commercial value from it:**
- Individuals and researchers — forever free
- Students — forever free
- Open-source projects — forever free
- Organizations under $1M revenue — forever free
**Commercial users above $1M revenue** pay a license. 20% of that flows back to the community that built the infrastructure.
In 2030, it all becomes Apache 2.0. Everything open. The canal belongs to everyone.
This isn't charity. It's a sustainable model — those who profit from it fund it. Those who don't, use it freely.
---
## Why I need support
Servers cost money. The current infrastructure — [inference-x.com](https://inference-x.com), [build.inference-x.com](https://build.inference-x.com), [git.inference-x.com](https://git.inference-x.com) — runs on €53/month.
More importantly: time. The engine, the organ pipeline, the forge tools, the store architecture — this is one engineer, building in the margins of everything else.
There is no team. No VC. No roadmap driven by investor pressure.
There is one person who decided this infrastructure should exist.
---
## How to help
### Build with me
The most valuable contribution is code. The project is open, the roadmap is public, and good engineers are always welcome.
**→ Pick a task**: [git.inference-x.com/elmadani/inference-x](https://git.inference-x.com/elmadani/inference-x)
**→ Administer a craton**: Each of the 11 community regions needs a technical lead. Write to [Elmadani.SALKA@proton.me](mailto:Elmadani.SALKA@proton.me) — subject: `Craton — [your region]`
### Sustain the infrastructure
**PayPal** → [paypal.me/elmadanisalka](https://paypal.me/elmadanisalka)
€5 = one day of server time. €53 = one month of everything running.
### Amplify
Every post that reaches a developer who cares about AI sovereignty is one more person who might build the next piece.
**→ [Follow on X: @ElmadaniSa13111](https://x.com/ElmadaniSa13111)**
---
## Contact
I respond to everyone who writes with something real to say.
| | |
|--|--|
| **X** | [@ElmadaniSa13111](https://x.com/ElmadaniSa13111) — fastest response |
| **Email** | [Elmadani.SALKA@proton.me](mailto:Elmadani.SALKA@proton.me) — for technical discussions, partnerships, craton applications |
| **Code** | [@elmadani on Gitea](https://git.inference-x.com/elmadani) |
| **Web** | [inference-x.com](https://inference-x.com) |
---
*Morocco → the world.*
*Salka Elmadani, 20242026*

View File

@ -3,7 +3,7 @@
## Infrastructure ## Infrastructure
``` ```
inference-x.com (ARCHE · OVH) build.inference-x.com (OASIS · Hetzner) inference-x.com (NODE-1 · OVH) build.inference-x.com (NODE-2 · Hetzner)
├── nginx reverse proxy ├── ix-saas (Node.js, PM2, port 4080) ├── nginx reverse proxy ├── ix-saas (Node.js, PM2, port 4080)
├── Gitea (port 3000) ├── echo brain (port 8089) ├── Gitea (port 3000) ├── echo brain (port 8089)
└── Site vitrine (HTML) ├── invoke gateway (port 3001) └── Site vitrine (HTML) ├── invoke gateway (port 3001)

View File

@ -16,9 +16,7 @@ The world's compute is centralized. Its intelligence is centralized. Its value f
## The Vision ## The Vision
Inference-X is the **khettara of intelligence**.
A khettara is an ancient Berber water canal system, carved into the desert of the Anti-Atlas Mountains of Morocco. It uses gravity — not pumps, not power, not permission — to bring water from mountains to fields. It is maintained by the community. It belongs to everyone who depends on it. It has worked for a thousand years.
This is the architecture we are building for AI: This is the architecture we are building for AI:
@ -87,9 +85,7 @@ To the creator:
## Why This Matters ## Why This Matters
This project was conceived in Morocco, in the land of the Anti-Atlas, where water management shaped civilization for millennia. The same principles apply to intelligence: it must flow to where it is needed, maintained by those who use it, built on gravity rather than power.
The communities that built the khettaras did not patent them. They maintained them together. The water fed everyone's fields.
We are building the same thing for AI. We are building the same thing for AI.

View File

@ -602,16 +602,16 @@ footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem;max-width:1200px
</div> </div>
<span class="repo-badge badge-apache">Public</span> <span class="repo-badge badge-apache">Public</span>
</div> </div>
<div class="repo-desc">The founder's public work — mathematical frameworks, philosophical essays, project architecture documents. Understand the vision behind Inference-X: why it was built, where it's going, and the H5→H6 consciousness framework.</div> <div class="repo-desc">The founder's public work — mathematical frameworks, philosophical essays, project architecture documents. Understand the vision behind Inference-X: why it was built, where it's going, and the research, architecture documents, and mathematical work that shaped Inference-X. Open for community review.</div>
<div class="repo-stats"> <div class="repo-stats">
<div class="repo-stat"><span id="repoStarsElm"></span></div> <div class="repo-stat"><span id="repoStarsElm"></span></div>
<div class="repo-stat">🍴 <span id="repoForksElm"></span></div> <div class="repo-stat">🍴 <span id="repoForksElm"></span></div>
<div class="repo-stat">📝 Markdown · Math</div> <div class="repo-stat">📝 Markdown · Math</div>
</div> </div>
<div class="repo-tags"> <div class="repo-tags">
<span class="tag">philosophy</span> <span class="tag">ai-engine</span>
<span class="tag">mathematics</span> <span class="tag">mathematics</span>
<span class="tag">z-equation</span> <span class="tag">inference</span>
<span class="tag">vision</span> <span class="tag">vision</span>
</div> </div>
<div class="repo-actions"> <div class="repo-actions">
@ -936,7 +936,6 @@ footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem;max-width:1200px
</div> </div>
<div style="background:rgba(240,160,48,.04);border:1px solid rgba(240,160,48,.15);border-radius:.6rem;padding:1.2rem;margin-top:1.5rem;text-align:center;font-size:.85rem;color:var(--tx2)" class="reveal"> <div style="background:rgba(240,160,48,.04);border:1px solid rgba(240,160,48,.15);border-radius:.6rem;padding:1.2rem;margin-top:1.5rem;text-align:center;font-size:.85rem;color:var(--tx2)" class="reveal">
💛 Prefer to support without a plan? <a href="https://paypal.me/elmadanisalka" style="color:var(--amber);font-weight:700" target="_blank">Donate via PayPal</a> — Infrastructure costs €53/month. Every euro powers the khettara.
</div> </div>
</div> </div>
@ -945,7 +944,6 @@ footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem;max-width:1200px
<div class="footer-grid reveal"> <div class="footer-grid reveal">
<div> <div>
<div class="footer-brand">Inference<span style="color:var(--copper2)">-X</span></div> <div class="footer-brand">Inference<span style="color:var(--copper2)">-X</span></div>
<div class="footer-tagline">Built in Morocco for the world.<br>Intelligence flows where gravity takes it.<br>Like a khettara — built by many, for all.</div>
<div style="margin-top:1rem;display:flex;gap:.7rem;flex-wrap:wrap"> <div style="margin-top:1rem;display:flex;gap:.7rem;flex-wrap:wrap">
<a href="https://inference-x.com" class="btn btn-outline btn-sm">Main Site</a> <a href="https://inference-x.com" class="btn btn-outline btn-sm">Main Site</a>
<a href="https://git.inference-x.com" class="btn btn-outline btn-sm" target="_blank">Gitea</a> <a href="https://git.inference-x.com" class="btn btn-outline btn-sm" target="_blank">Gitea</a>

View File

@ -196,10 +196,6 @@ pre .s{color:var(--amber)}
.organ-arrow{color:var(--muted);font-size:1.5rem} .organ-arrow{color:var(--muted);font-size:1.5rem}
.organ-desc{font-size:.88rem;color:var(--muted);max-width:600px;margin:0 auto;text-align:center;margin-top:1rem;line-height:1.7} .organ-desc{font-size:.88rem;color:var(--muted);max-width:600px;margin:0 auto;text-align:center;margin-top:1rem;line-height:1.7}
/* KHETTARA */
#khettara{background:linear-gradient(180deg,transparent,rgba(201,98,42,.05),transparent)}
.khettara-quote{font-family:var(--display);font-size:clamp(1.3rem,3vw,2rem);font-style:italic;color:var(--sand);line-height:1.5;max-width:700px;position:relative;padding:2rem}
.khettara-quote::before{content:'"';font-size:8rem;color:var(--copper);opacity:.15;position:absolute;top:-1rem;left:0;line-height:1;font-family:var(--display)}
/* HARDWARE SCOUT */ /* HARDWARE SCOUT */
.scout-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.85rem} .scout-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.85rem}
@ -603,7 +599,6 @@ footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5
<span class="tool-badge badge-build">BUILDING</span> <span class="tool-badge badge-build">BUILDING</span>
<div class="tool-icon">🫀</div> <div class="tool-icon">🫀</div>
<div class="tool-name">Organ Store</div> <div class="tool-name">Organ Store</div>
<div class="tool-desc">Extract, share and transplant AI model components. Attention heads, FFN layers, expert blocks. The future of open AI.</div>
</div> </div>
<div class="tool-card"> <div class="tool-card">
<span class="tool-badge badge-build">BUILDING</span> <span class="tool-badge badge-build">BUILDING</span>
@ -620,14 +615,13 @@ footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5
<div class="tool-card"> <div class="tool-card">
<span class="tool-badge badge-coming">COMING</span> <span class="tool-badge badge-coming">COMING</span>
<div class="tool-icon">🎙</div> <div class="tool-icon">🎙</div>
<div class="tool-name">GhostVoice</div> <div class="tool-name">EchoNet</div>
<div class="tool-desc">Neural voice synthesis. Clone, create, share voice models. Same philosophy: local, private, yours.</div> <div class="tool-desc">Neural voice synthesis. Clone, create, share voice models. Same philosophy: local, private, yours.</div>
</div> </div>
<div class="tool-card"> <div class="tool-card">
<span class="tool-badge badge-coming">COMING</span> <span class="tool-badge badge-coming">COMING</span>
<div class="tool-icon">🌐</div> <div class="tool-icon">🌐</div>
<div class="tool-name">Echo Relay</div> <div class="tool-name">Echo Relay</div>
<div class="tool-desc">Federated inference network. Your idle hardware earns you compute credits. The khettara for AI power.</div>
</div> </div>
</div> </div>
</section> </section>
@ -675,12 +669,8 @@ footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5
</div> </div>
</section> </section>
<!-- ═══ 12 KHETTARA ═══ -->
<section id="khettara" class="full" style="padding:5rem 1.5rem;background:linear-gradient(180deg,transparent,rgba(201,98,42,.04),transparent)">
<div style="max-width:1100px;margin:0 auto"> <div style="max-width:1100px;margin:0 auto">
<div class="section-tag">The vision</div> <div class="section-tag">The vision</div>
<div class="khettara-quote reveal">
"In the Moroccan desert, ancient builders carved underground canals — khettaras — that deliver water to entire villages using only gravity. No pump. No electricity. No central authority. They've worked for centuries. Inference-X is a khettara for intelligence: built by many, maintained by many, flowing to anyone who needs it."
</div> </div>
<p style="color:var(--muted);font-size:.9rem;margin-top:1.5rem;max-width:600px">Inference-X has no enemies. Every researcher, every company, every government that processes AI is playing a role. We're not competing — we're building the infrastructure that makes all of it accessible to everyone who was left out.</p> <p style="color:var(--muted);font-size:.9rem;margin-top:1.5rem;max-width:600px">Inference-X has no enemies. Every researcher, every company, every government that processes AI is playing a role. We're not competing — we're building the infrastructure that makes all of it accessible to everyone who was left out.</p>
</div> </div>
@ -742,7 +732,6 @@ footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5
<div class="cratons-grid reveal"> <div class="cratons-grid reveal">
<div class="craton-card active"> <div class="craton-card active">
<div class="craton-age">2.7 Ga · Africa</div> <div class="craton-age">2.7 Ga · Africa</div>
<div class="craton-name">🪨 Anti-Atlas</div>
<div class="craton-region">Morocco · North Africa</div> <div class="craton-region">Morocco · North Africa</div>
<div class="craton-status">⚒ Founder — Elmadani Salka</div> <div class="craton-status">⚒ Founder — Elmadani Salka</div>
</div> </div>
@ -769,7 +758,6 @@ footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5
<!-- ═══ 16 DONATE ═══ --> <!-- ═══ 16 DONATE ═══ -->
<section id="donate" style="max-width:700px;margin:0 auto;padding:5rem 1.5rem"> <section id="donate" style="max-width:700px;margin:0 auto;padding:5rem 1.5rem">
<div class="section-tag">Support the infrastructure</div> <div class="section-tag">Support the infrastructure</div>
<h2>Keep the khettara flowing.</h2>
<p class="sub">Inference-X costs about €53/month to keep running for the world. Everything is public. Surplus goes to community contributors.</p> <p class="sub">Inference-X costs about €53/month to keep running for the world. Everything is public. Surplus goes to community contributors.</p>
<div class="donate-widget reveal"> <div class="donate-widget reveal">
<div class="costs-breakdown"> <div class="costs-breakdown">