Documentation
Arcunox is a collection of deterministic, privacy first utilities. Everything runs locally. Nothing is tracked, stored, sent, or shared.
Philosophy
Arcunox follows a strict set of principles:
- Deterministic behaviour — predictable and reproducible.
- Privacy-first — no tracking, analytics, cookies, or telemetry.
- Zero dependencies — no frameworks, no external JS, no external CSS.
- Minimal surface area — small, focused tools with clear purpose.
- Long-term stability — tools that work the same today and years from now.
Architecture
The site uses a simple, deterministic structure:
/— Homepage and tool index./tools/emailalias/— Email Alias Generator./tools/xx/— Individual utilities folders./privacy/— Privacy policy./documentation/— This page.
Each tool is a self-contained directory with a single index.html.
No shared JS. No global CSS. No build pipeline.
Server-Side Tools
If Arcunox introduces optional server-side utilities in the future, they will follow the same rules:
- No accounts.
- No logging or analytics.
- No data retention.
- No storage of inputs or outputs.
- Processing only — no record keeping.
All requests are deleted immediately after processing.
Development
Development notes and updates are maintained on GitHub: github.com/arcunox