Documentation
Arcunox is a collection of privacy first utilities. Everything runs locally. Nothing is tracked, stored, sent, or shared.
Philosophy
Arcunox follows a strict set of principles:
- 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, 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.
All requests are deleted immediately after processing.
Development
Development notes and updates are maintained on GitHub: github.com/arcunox