ZERO-KNOWLEDGE · AI-NATIVE

CosmosBox

Zero-Knowledge Toolbox · AI Productivity Engine·Your data — you are the only master

0Built-in Tools
0Themes
0UI Languages
0Voice Commands
9:41
CosmosBox
Tool Universe
+60
HomeMeSettings
71+ Tools
AI Coding
Zero-Knowledge
// 01 · ZERO-KNOWLEDGE

Zero-Knowledge Architecture

Where your data lives is up to you — but without your keys, no one can read it. This is the foundation of CosmosBox.

01

Local-First LOCAL-FIRST

Data stays on your own device by default, fully encrypted; even when backed up to the cloud via WebDAV, only encrypted bytes are uploaded — the keys stay with you. No account to register means no account to leak.

02

Zero Telemetry ZERO-TELEMETRY

We collect no usage data: no analytics, no crash reports, no behavior profiling. Your habits belong to you alone.

03

Military-Grade Encryption ARGON2ID + AES-256-GCM

Your password is processed by the strongest recognized algorithms (Argon2id, using 128MB of memory) — GPU brute force is practically impossible. Every file is encrypted with its own random key (AES-256-GCM); changing your password automatically re-encrypts everything, and one corrupted file never affects the others.

✓ No accounts✓ No ads✓ No third-party analytics✓ Per-permission grants✓ Secure keyboard (anti-logger)✓ Decoy password (fake space)✓ Recovery code (sharable with friends)✓ Tiered encryption levels✓ This site: zero cookies / zero tracking
zero-knowledge — live demo · offline
// Click Encrypt — this web demo uses WebCrypto PBKDF2 × 300,000; the app uses Argon2id(128MB/3/1)
// All computation happens on this device — disconnect to verify

Master Key Lives in Memory Only

Your password exists only in memory while unlocked and is wiped the moment you lock; data keys are held by the system secure chip (Android Keystore / iOS Keychain), isolated per tool.

Privacy Plugin Lock

Sensitive tools are granted one by one; a wrong password triggers delayed auto-lockout. You can also set a decoy password that opens a fake space — walk away clean in an emergency.

Plugin Sandbox

Enforced security policies, no dynamic code execution, per-permission grants — you decide what plugins can do, and every action is auditable.

Encrypted Backup

.encbak encrypted backups are chunked with bounded memory use; self-hosted WebDAV cloud sync supported; even an interrupted restore leaves old data intact.

Zero Telemetry

No analytics, no tracking, no ads. Disconnect from the network and every feature still works in full.

Open-Source Planned

The client will be open-sourced (reproducible builds); every crypto implementation can be verified line by line — trust, but verify.

// 01.5 · SECURITY LEVELS & RECOVERY

Encryption levels, your call

From "anyone who gets it can read it" to "password + salt, physically unbreakable" — the same data can sit at any of four security tiers.

LEVEL 0

Plain

Stored like a regular file; anyone who gets it can read it. Best for photos/notes you don't mind sharing.

LEVEL 1

Portable · Encrypted

Encrypted, salt travels with the file — enter your password on a new device and it's restored. The default tier.

LEVEL 2

Salt-Separated · Encrypted

The key (salt) lives only on this device — file leaks and password leaks both fail; moving devices requires the recovery code.

LEVEL 3

Offline Salt Exchange · Strongest

The file carries no salt; the salt is exchanged offline once — ciphertext, password and salt: all three are required.

RECOVERY CODE · 256-BIT

Forgot your password? The recovery code is a mathematically unbreakable spare key

The recovery code is a 32-byte true random number (256 bits of entropy) — every bit is the result of an independent coin flip. Breaking it means finding the right one among 2²⁵⁶ possibilities. 2²⁵⁶ ≈ 1.16 × 10⁷⁷, on the same order as the number of atoms in the observable universe. Suppose you turned every atom in the universe into a computer, each trying 10¹² attempts per second from the Big Bang until now — you'd still have covered only 10⁻²⁶ of the search space. The minimum energy required to exhaust a 256-bit key exceeds the Sun's total output over its entire lifetime. It's not "hard" — it's physically impossible. Quantum computers (Grover's algorithm) can only halve it to 2¹²⁸ — still unsolvable.

The recovery code can be split into 5 shares for friends and family (any 3 restore it — Shamir secret sharing). A single share is useless, so it's safe to hand out. Iron rule: write it on paper and lock it in a drawer — no photos, no cloud, no sending it to anyone. More Q&A in the FAQ →

// 02 · CORE

Four Core Capabilities

Encrypted toolbox × AI productivity × Voice assistant × Plugin platform

Zero-Knowledge Encrypted Toolbox

Encrypted gallery (the camera shoots straight into it, never the system gallery), encrypted notes, encrypted contacts, password manager — the keys stay with you; switching devices restores via recovery code.

  • Argon2id + AES-256-GCM
  • Tiered encryption levels
  • Secure keyboard (anti-logger)

AI Productivity Engine

Bring your own API key (BYOK) to any compatible model: AI chat with web search gives real answers on weather and news; AI coding generates plugins and small/medium projects from one sentence, ready to use.

  • AI chat + web search
  • AI coding (plugins · small projects)
  • Tiered thinking, all models compatible

AI Voice Assistant

Switch themes, open tools, jot todos with a single sentence — an operations hub that understands commands. Volcano Engine speech synthesis sounds natural.

  • 19 voice functions
  • Volcano Engine TTS / ASR
  • OpenAI-compatible endpoints

Open Plugin Platform

Know HTML/JS and you can build plugins that run in a secure sandbox. Plugin market, userscripts, file routing, AI one-click generation — an endlessly extensible ecosystem.

  • .cbplugin one-click install
  • Secure sandbox + permission center
  • AI plugin generator
project.json — generated in sandbox · small/medium project
{
  "projectName": "nebula-dashboard",
  "type": "web",
  "files": [
    { "path": "index.html" },
    { "path": "src/App.js" },
    { "path": "style.css" }
  ]
}
// 03 · AI

One sentence: plugins and small/medium projects, generated in the sandbox

Describe what you need in plain language → the cloud model generates a single-page plugin or a small multi-file project → it lands automatically in the app sandbox. Single-page plugins work instantly; heavy projects that a phone can't run wait for the desktop version / remote compute (planned).

  • Single-page plugins, ready instantlyOne sentence produces a complete single-page HTML plugin; one click installs it into the plugin center
  • Small/medium multi-file projectsFrontend (React/Vue/vanilla HTML), scripts (Python/Shell), config files; ≤15 files per round, ≤8000 chars per file — controlled output, no stutter
  • Skeleton first, files afterSee the project structure in 1-2 seconds, files generated one by one with ✅ — no more waiting
  • Local preview + zip exportPreview in a local WebView, export the whole project with one click
  • Version snapshots & rollbackEvery generate/edit is snapshotted automatically; roll back with one click
  • Same engine as AI chatWeb search, tiered thinking (off/low/high/max), all models compatible
// 04 · TOOLS

71+ Tools, Eight Matrices

From API debugging to dice rolls, from encryption to pomodoro

DEV

Developer

HTTP Tester · JWT Debugger · SQL Formatter · Cron Parser · Regex Tester · MQTT · IP Lookup · Certificate Viewer

SEC

Crypto & Security

AES / RSA Encryption · Password Vault · TOTP 2FA · Hash Tools · Password Generator

TXT

Text Processing

Markdown Editor · Text Diff · Morse Code · ASCII Art · Word Count · Pinyin Converter

IMG

Image & Media

QR Generate / Scan · Image Compressor · Format Converter · GIF Maker · EXIF Viewer

BIZ

Productivity

Pomodoro · Todo List · Notes · Flashcards · Calendar · Countdown · World Clock · HIIT Timer

CALC

Math & Conversion

Scientific Calculator · Compound Interest · Date · Percent · Unit / Currency / Timestamp / Base Conversion

LIFE

Lifestyle & Fun

Decision Wheel · Daily Fortune · Dice Roll · Discount Calculator · Bill Splitter · Age Calculator · Water Reminder

SYS

System Tools

Device Info · Disk Analysis · Network Toolkit · Screen Tester · Decibel Meter · Level · Magnifier

// 05 · VOICE

Control the whole app by voice

The voice assistant isn't a chat toy — it's a real operations hub: 19 voice commands reach every corner of the app.

  • Voice-driven actionsSwitch themes, open tools, jot todos, read & write data — one sentence does it
  • Multi-engine ASRSystem recognition / Volcano Engine streaming / long-press flash mode
  • Volcano Engine TTS V3Bidirectional streaming synthesis, connection reuse, multiple model voices
  • Floating bubble + wake wordGlobal floating access, on demand; text input supported
  • OpenAI-compatible protocolWorks with DeepSeek and any compatible endpoint — swap models freely
cosmos-voice — zsh
plugin.json
{
  "id": "mobi.reader",
  "name": "MOBI Reader",
  "version": "1.2.0",
  "entry": "index.html",
  "permissions": ["file.read", "storage"],
  "fileTypes": ["mobi", "azw3"]
}
// 06 · PLUGINS

Know HTML? You can write plugins

Plugins are web pages packaged as .cbplugin for one-click install. Sandbox isolation + permission declarations: open and secure at once.

  • HTML/JS plugins.cbplugin one-click install, served locally, JS bridges to native capabilities
  • Sandbox isolationEnforced security policies, no dynamic code, 60 req/min rate limit, path isolation
  • Plugin market + encrypted pluginsCloud market, click-to-install, .encplugin encrypted distribution
  • Userscript engineFull userscript support — superpowers for your plugins
  • File routingExternal files auto-open with the matching plugin by type
  • AI plugin generatorDescribe it in one sentence, AI produces an installable plugin
// 07 · THEMES

20+ Themes, Particle Effect Engine

This very page is the demo — click, and the whole site re-skins

Starry SkySnowfallCherry BlossomsFirefliesBubblesRaindropsImport custom effects supported
// 08 · DOWNLOAD

Start now — download the whole universe

CosmosBox v1.1.0 · Android APK · Free, no ads

iOS / Windows planned · Requires Android 7.0+ · Download →
MATRIX MODE: ON — enter again or press ESC to exit