Skip to content
github-actions[bot] edited this page Jun 24, 2026 · 9 revisions
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ {"@type":"Question","name":"What is Anticloud?","acceptedAnswer":{"@type":"Answer","text":"Anticloud is a sovereign technology research ecosystem comprising 11 open-source projects and 40 developer tools building privacy-first, cryptographically-verified technology."}}, {"@type":"Question","name":"What does 'sovereign technology' mean?","acceptedAnswer":{"@type":"Answer","text":"Technology that operates independently of centralized cloud providers, giving users full control over their data, computation, and identity through cryptographic verification."}}, {"@type":"Question","name":"How many projects are in the ecosystem?","acceptedAnswer":{"@type":"Answer","text":"11 platform projects spanning browsers, cloud infrastructure, programming languages, storage systems, operating systems, and cryptographic libraries."}}, {"@type":"Question","name":"How do I get started?","acceptedAnswer":{"@type":"Answer","text":"Start with the Getting Started guide, then browse Projects to find your area of interest, or explore the 40 developer tools."}}, {"@type":"Question","name":"What programming languages are used?","acceptedAnswer":{"@type":"Answer","text":"Primarily Rust, with TypeScript, Go, and Python used in specific projects. The Kasteran language is a custom rune-based systems language."}}, {"@type":"Question","name":"What is the cryptographic foundation?","acceptedAnswer":{"@type":"Answer","text":"SHA3-256 hashing, Ed25519 digital signatures, and the .aioss tamper-evident ledger format โ€” all provided by the Libern cryptographic library."}}, {"@type":"Question","name":"Can I contribute?","acceptedAnswer":{"@type":"Answer","text":"Yes โ€” see the Contributing guide. All projects are open source under MIT/Apache 2.0 licenses."}} ] } </script>

FAQ Questions Stars Last Commit

Frequently Asked Questions

Common Questions Overview

%%{init: { 'theme': 'base', 'themeVariables': { 'primaryColor': '#1d1d1f', 'primaryTextColor': '#fff', 'primaryBorderColor': '#333', 'lineColor': '#0071e3', 'tertiaryColor': '#f5f5f7' } }}%%
flowchart LR
    Q[Question] -->|What is Anticloud?| A1[11 open-source projects<br/>40 developer tools<br/>Sovereign technology research]
    Q -->|How to contribute?| A2[Open source<br/>MIT / Apache 2.0<br/>See Contributing guide]
    Q -->|Which project for me?| A3[Privacy browsing โ†’ Kathon<br/>Cloud AI โ†’ Kamelot<br/>Systems โ†’ Kasteran<br/>Storage โ†’ Kazcade]
    Q -->|Technical foundation?| A4[SHA3-256 + Ed25519<br/>.aioss ledger<br/>Libern crypto library]
    style Q fill:#1d1d1f,color:#fff
Loading

Ecosystem Questions

What is Anticloud?

Anticloud is a sovereign technology research ecosystem comprising 11 open-source platform projects and 40 developer tools. The ecosystem builds privacy-first, cryptographically-verified technology spanning browsers, cloud infrastructure, programming languages, storage systems, and operating systems. Learn more โ†’

What does "sovereign technology" mean?

Technology that operates independently of centralized cloud providers, giving users full control over their data, computation, and identity. All Anticloud projects use cryptographic verification (SHA3-256 + Ed25519 + .aioss ledger) to ensure tamper-evident operations without reliance on third-party infrastructure.

How is this different from the Fandom Wiki?

The GitHub Wiki focuses on technical architecture, inter-project dependencies, and ecosystem mapping โ€” complementing the main Docusaurus documentation site. The Fandom Wiki serves as a community knowledge base for broader audiences.

Where can I find the full documentation?

The main documentation portal is at kleinnner.github.io/Anticloud, built with Docusaurus. It includes 55+ documentation pages, 40 tool docs, blog posts, and research paper references.

Project Questions

How many projects are in the ecosystem?

11 platform projects: Kathon (browser), Kamelot (cloud runtime), Kasteran (language), Kazcade (VFS), API-OSS (API gateway), Inte11ect (AI gateway), aioss-format (ledger), Libern (crypto), Anticode (IDE), Sovereign-OS (OS), MFSO (search oracle). See Projects for full details.

Which project should I start with?

Choose by interest:

  • Privacy browsing โ†’ Kathon โ€” vision-LLM ad blocking, per-tab VPN
  • Cloud/AI orchestration โ†’ Kamelot or Inte11ect
  • Systems programming โ†’ Kasteran โ€” rune-based language
  • Storage โ†’ Kazcade โ€” vector file system
  • API development โ†’ API-OSS โ€” WASM sandbox gateway
  • Identity/security โ†’ MFSO โ€” multi-factor sign-on
What are the project statuses?
Status Meaning Projects
Stable Production-ready API-OSS, aioss-format, Libern
Beta Feature-complete, testing Kathon
Alpha Active development Kasteran, Kamelot, Inte11ect, Anticode
Experimental Research phase Kazcade, MFSO, Sovereign-OS
How do projects relate to each other?

All projects share a common cryptographic foundation (Libern โ†’ SHA3-256, Ed25519). Higher-level projects depend on lower-level ones โ€” e.g., Kathon uses Kazcade for storage and Libern for crypto. See Architecture for the full dependency graph.

Technical Questions

What is the cryptographic foundation?

A three-layer stack:

  1. SHA3-256 โ€” Cryptographic hashing for integrity verification
  2. Ed25519 โ€” Digital signatures for authenticity and non-repudiation
  3. .aioss ledger format โ€” Tamper-evident chain of proof-of-usefulness records

All provided by the Libern cryptographic library.

What programming languages are used?
Language Projects
Rust Kathon, Kasteran, Kazcade, Kamelot, Libern, MFSO
TypeScript Anticode, API-OSS (portal), Inte11ect (desktop)
Go Inte11ect (core)
Python Sovereign-OS (tools), API-OSS (research)
Kasteran Self-hosted systems language
What protocols do projects use to communicate?
  • REST/HTTP โ€” API-OSS โ†” external services
  • gRPC + WebSocket โ€” API-OSS โ†” Inte11ect (streaming)
  • CRDT over P2P โ€” Kathon โ†” Kazcade (distributed state)
  • LSP + MCP โ€” Anticode โ†” Kathon (AI-assisted coding)
  • Native FFI โ€” Kasteran โ†” Libern (crypto primitives)
What is the .aioss ledger format?

A dual-format cryptographic ledger format using SHA3-256 hash chaining and Ed25519 state proofs. It supports memory-mapped IO for high performance, SQLite event store integration, and post-quantum migration. Used for tamper-evident audit trails across the ecosystem. Learn more โ†’

Community Questions

How can I contribute?

See the Contributing guide. All projects are open source (MIT / Apache 2.0). You can submit issues, fork repositories, open pull requests, or join discussions on GitHub.

Where is the community?

The ecosystem spans multiple platforms: GitHub (code & issues), LinkedIn (professional), DEV.to (articles), Bluesky (updates). See Ecosystem for all platforms.

What research has been published?

Research papers are published on Zenodo and Harvard Dataverse, covering cryptographic verification, sovereign computing, AI-native architectures, and privacy-preserving systems.

Is there a development roadmap?

Yes โ€” see the Roadmap page for the quarter-by-quarter release timeline through 2027.


๐Ÿ“– Full docs: Docusaurus Intro ยท Home ยท Getting-Started ยท Projects ยท Contributing ยท Ecosystem

๐Ÿ“‹ Main

๐Ÿš€ Projects

๐Ÿ› ๏ธ Tools

๐Ÿ“š Resources

๐Ÿ‘ฅ Community

.====================================================================.
!  Made in the UAE, Dubai #DubaiIt #Dubai #Dxb #SovereignAI          !
!  Made in The Emirates #Dubai_it                                    !
!                                                                    !
!  Lois-Kleinner Alpasan - The Anticloud 2026-                       !
!                                                                    !
!  As seen on:                                                       !
!  Harvard Dataverse ! Zenodo/CERN ! OSF ! DANS ! Figshare           !
!  Academia.edu ! HuggingFace ! ORCID                                !
!  Internet Archive ! anticloud.telepedia.net ! Miraheze             !
!  anticloud.fandom.com                                             !
!                                                                    !
!  0-1.gg ! GitHub ! GitLab ! Codeberg ! GH Pages                    !
!  HuggingFace ! Blog ! Bluesky ! Mastodon                           !
!  LinkedIn ! DEV ! WordPress ! Tumblr                               !
!                                                                    !
!  Sovereign AI ! Local-First ! Privacy ! Zero Trust ! No Datacenter !
!  Air-Gapped ! Open Source ! Rust ! Hash Chain ! Single Binary      !
!  Offline LLM ! Crypto Ledger ! P2P ! Federated                     !
'===================================================================='

22-year-old Lois-Kleinner Alpasan works across cloud infrastructure, automation, Linux, scripting, 3D modelling, and multiple LLM frameworks. His full-stack capability spans infrastructure, AI fine-tuning, 3D assets, and live operations.

References:

  1. Lois-Kleinner Zenodo: https://doi.org/10.5281/zenodo.20781790
  2. Lois-Kleinner GitHub: https://github.com/kleinnner/Anticloud/tree/main/04-aioss-format
  3. Lois-Kleinner Harvard DV: https://doi.org/10.7910/DVN/FDEBAB
  4. Lois-Kleinner Internet Arc: https://archive.org/details/aioss-format
  5. Lois-Kleinner ORCID: https://orcid.org/0009-0009-2233-6107
  6. Lois-Kleinner DEV.to: https://dev.to/kleinner
  7. Lois-Kleinner LinkedIn: https://linkedin.com/in/kleinner
  8. Lois-Kleinner HuggingFace: https://huggingface.co/Anticloud
  9. Lois-Kleinner Tumblr: https://anticloud.tumblr.com
  10. Lois-Kleinner Mastodon: https://mastodon.social/@kleinner
  11. Lois-Kleinner Bluesky: https://bsky.app/profile/kleinner.bsky.social
  12. 0-1.gg: https://0-1.gg
  13. Lois-Kleinner Figshare: https://figshare.com/authors/Lois-Kleinner_Alpasan/20849885
  14. Lois-Kleinner Academia: https://independent.academia.edu/kleinner
  15. Lois-Kleinner Telepedia: https://anticloud.telepedia.net/wiki/Anticloud_by_Lois-Kleinner_Wiki
  16. Lois-Kleinner Fandom: https://anticloud.fandom.com
  17. AIOSS Offline Verification Kit: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OORKNJ

Clone this wiki locally