Tooling

Asentum Operator — day one

Entry #27 · 2026-04-16 · Devlog

Asentum Operator — day one

The validator app exists. It's called Asentum Operator and it's an Electron desktop app that will eventually let anyone download, install, sync, stake, and validate — all from a GUI. No terminal. No config files. No Node.js.

Today was Session 1: the scaffold. Five views (Dashboard, Staking, Governance, Network, Settings), a sidebar with live node status, real-time data from the testnet, and the circular progress bar that will drive the sync experience.

The architecture is the same zero-framework approach as everything else: plain HTML, CSS, and JS in the renderer, Electron's IPC bridge for secure communication between the renderer and the main process, and the same design tokens as the explorer + wallet extension so it all feels like one product.

The main process connects to testnet.asentum.com and pulls live chain data — block height, validator set, governance proposals. The dashboard shows it all updating in real time. Click the Governance tab and you can see the @std/math library proposal that passed yesterday. Click Network and you see all 4 validators with their stake amounts and status.

Next session: the wallet creation flow (scrypt + AES-GCM encrypted, same as the browser extension), funding, and the "Start Validating" button. The sync screen with the circular progress bar. The moment the button turns green.

This is the app that turns "anyone can validate" from a technical claim into a download link.

— milkie

Don't miss the next entry.

Join the launch list and we'll send you a note whenever there's a new devlog entry, a research drop, or a real milestone.