ROCEN//SYS
// NODE.000 / ROOT / OPERATIONAL

ROCEN // A Minimal Workspace Capture Engine.

Defeat visual fatigue. A high-utility productivity framework built on a strict zero-collection manifest. Engineered by Darshserphic on the Flutter + Hive + Riverpod runtime tree.

// LATENCY
0ms
DISK READ DELAY
// COLLECTION
0
TELEMETRY SCRIPTS
// SEGMENTS
365
CALENDAR CELLS
// RUNTIME LAYER TREE
UTILITY LAYER
Settings / Sliding Full-Page Sheets
INTERFACE SANDBOX
Matrix Timeline / QuickNote Buffer
STATE CONTAINER
Riverpod Reactive Notifier Engine
LOCAL DISK
Hive Embedded Key-Value Box Containers
NATIVE ENGINE
Flutter Architecture / Dart Virtual Engine
// SEGMENT.01 / SYSTEM INFRASTRUCTURE

System Modules

// MOD.02 / TEXT SANDBOXACTIVE

QuickNote Workspace Sandbox

A boundless, anti-collapse text scroll viewport. Explicit Expanded boundaries + SingleChildScrollView parameters force input metrics to scale dynamically with the system keyboard.

001
> capture.input(stream)
002
> scale.keyboard(auto)
003
> buffer.append(line)
004
> commit.local(blob)
// MOD.03 / INTERFACE REGULATIONACTIVE

Interface Regulation Controls

Instantaneous high-contrast theme toggling mapped to a local caching registry (Hive `system_settings` box) for zero-lag rendering.

// MODE.LIGHT
// MODE.DARK
// MOD.04 / CRYPTO STACKACTIVE

Cryptographic Stack

Notes are sealed on-device before they ever touch a Hive block. The key never leaves RAM; the ciphertext never leaves the sandbox unencrypted.

KDF
ARGON2ID
MEMORY-HARD PASSWORD → MASTER KEY
CIPHER
AES-256-GCM
AUTHENTICATED ENCRYPTION / TAMPER TAG
SALT
RANDOM / PER-VAULT
CSPRNG — NEVER REUSED
NONCE
RANDOM / PER-WRITE
96-BIT — NEVER REUSED
RECOVERY
BIP-39 / 12 WORDS
2048-WORD ENGLISH WORDLIST
OFFSITE
GITHUB / FINE-GRAINED PAT
USER-HELD REPO-SCOPED TOKEN
SYNC
CROSS-DEVICE / E2E
PULL CIPHERTEXT · DECRYPT ON-DEVICE
// SEGMENT.02 / INTERFACE CAPTURE

Runtime Interface Frames

// UI.01 / DEVICE CAPTUREACTIVE

On-Device Screen Registry

Raw device capture frames — no mockups, no filters. Pure monochrome output from the compiled Flutter runtime. Each frame documents a live module surface.

Rocen QUICKNOTE / BUFFER light interface captureRocen EDIT / SANDBOX light interface captureRocen MEDIA / REGISTRY light interface captureRocen TODO / REGISTRY light interface captureRocen MATRIX / TIMELINE light interface captureRocen MATRIX / COMMIT light interface captureRocen QUICKNOTE / BUFFER dark interface captureRocen EDIT / SANDBOX dark interface captureRocen TODO / REGISTRY dark interface captureRocen MEDIA / REGISTRY dark interface captureRocen MATRIX / TIMELINE dark interface captureRocen MATRIX / COMMIT dark interface capture
// 12 FRAMES / DEVICE.NATIVE / NO POST-PROCESS
// SEGMENT.03 / DATA PIPELINE

Air-Gapped Security Protocols

// PIPE.01 / STORAGE ENGINEACTIVE

Storage Pipeline (Hive NoSQL)

Rocen bypasses heavy SQL frameworks. It uses Hive — a lightweight NoSQL key-value engine. Data writes directly to flat binary blocks on internal device hardware. No cloud sync, no servers, no telemetry.

> engine.id .......... HIVE
> engine.type ........ NOSQL / KEY-VALUE
> storage.format .... FLAT.BINARY.BLOCK
> target ............ INTERNAL.HARDWARE
> complexity ........ O(1) READ
// PIPE.02 / RAM FIRSTACTIVE

Memory-First Pipeline

Boxes buffer entirely inside active RAM on boot. Reads execute with absolute zero disk delay. Writes update the memory registry instantly, then lazily flush to physical binary partitions.

BOOT RAM.HYDRATE
READ 0ms.DISK
WRITE FLAT.BLOCK
// PIPE.03 / ZERO COLLECTACTIVE

Absolute Zero Collection

No telemetry, analytics tokens, crash transmitters, or third-party scrapers. User data never leaves the hardware.

  • > TELEMETRY.TRACKERS ........... DISABLED
  • > ANALYTIC.TOKENS .............. DISABLED
  • > CRASH.REPORT.TRANSMITTERS .... DISABLED
  • > THIRD-PARTY.SCRAPERS ......... DISABLED
  • > EXTERNAL.NETWORK.EGRESS ...... NONE
// SEGMENT.03 / MANIFEST

System Manifesto

// DOC.01 / APPLICATIONACTIVE

Application Description

Rocen is an integrated, low-fi brutalist system blueprint built to run high-utility tools without backend pollution or network bloat.

// DOC.02 / AUTHORACTIVE

System Author

Engineered and signed by Darshserphic.

SIGNED // DARSHSERPHIC
// DOC.03 / TIMELINEACTIVE

Development Matrix — 24h Sprint

Initial conceptualization to complete assembly overhaul completed in a pure 24-hour rapid deployment sequence.

00h
01h
02h
03h
04h
05h
06h
07h
08h
09h
10h
11h
12h
13h
14h
15h
16h
17h
18h
19h
20h
21h
22h
23h
// DOC.04 / GUARANTEEACTIVE

Zero Collection Guarantee

100% offline secure sandbox. Air-gapped by compilation.

// STATUS: AIR-GAPPED // VERIFIED // SEALED
// SEGMENT.04 / DOCS

Root Engine Documentation

01
Root Engine
Initializes state tracking via Riverpod and local disk storage via Hive with active corruption bypass.
02
Gateway Layer
Intercepts load phases with a sequential 2-second opacity mapping (Fade-In → Hold → Fade-Out).
03
Hub Navigation
Minimal typography track enforcing absolute scaffold layouts so keyboards slide as overlays.
04
Matrix Timeline
13-column structural array of all 365 calendar segments.
05
QuickNote Sandbox
Anti-collapse scroll viewport with explicit Expanded boundaries.
06
Interface Regulation
Right-to-left full-width sliding panels at 1.0 width factor.
// SECURITY PIPELINE
WRITE
> PLAINTEXT → ARGON2ID(KEY) → AES-GCM(NONCE, KEY) → HIVE BLOCK → OPTIONAL PUSH(GITHUB, PAT)
READ
> HIVE BLOCK → AES-GCM VERIFY+DECRYPT(KEY, NONCE) → PLAINTEXT (RAM ONLY)
RECOVER
> BIP-39 PHRASE → SEED → ARGON2ID(KEY) → PULL(GITHUB, PAT) → AES-GCM DECRYPT → HIVE REHYDRATE
// END.OF.DOCUMENT