anyTask Orchestrator .NET 10 · Windows · Linux

z3nIO

Local web toolkit for developers and automation operators.
Universal task orchestrator that runs scripts in any language, captures HTTP traffic, monitors logs, tracks Web3 wallets, and runs browser automation — all inside a single process with an embedded web dashboard.

.NET 10
Runtime
EVM
Web3 / Nethereum
WebView2
Dashboard UI
SQLite
+ PostgreSQL
Roslyn
CSX executor
capabilities

What's inside

All the tools that usually live in a dozen separate utilities — in one local web process.

Tasker
Universal script orchestrator. Runs Python, Node.js, TypeScript, Bash, PowerShell, and C# (.csx) on cron, interval, or on demand. Payload editor, live stdout/stderr, PID and memory tracking.
Logs
Structured log ingestion from tasks and workers. Fields: level, machine, project, session, account, PID, port, uptime. SSE real-time stream per task, counters for errors and warnings.
HTTP Traffic
Captures full request/response from running tasks: headers, body, cookies, status, duration. Replay with editing. Codegen: C# HttpClient, ZP7 native, Python, TypeScript, cURL. API endpoint aggregator.
JSON Viewer
Interactive tree with virtual scroll. Auto-detects security artifacts: Bearer, Basic, API Key, Cloudflare, Turnstile, Captcha. Field filter, value search, C# selector, replay URL from any node.
ZP7 Orchestrator
ZennoPoster V7 task management across multiple machines. Start, stop, interrupt via command queue in DB. Edit InputSettings fields from the browser. View commands queue per machine.
ZennoBrowser
Monitor and control ZennoBrowser via ZB API. Manage running instances, browser profiles, proxies, and active threads. Stop or kill instances by PID.
AI Analysis
LLM-powered analysis of project reports, arbitrary JSON, and system snapshots. Results cached in DB. Configurable provider (aiio, OmniRoute) and model selection.
System Snapshot
Captures machine state: running processes, TCP/UDP connections, RAM, uptime, command lines. Saved to DB. AI audit endpoint for anomaly detection.
Treasury / DeFi
DeBank API integration with HMAC-signed requests. Multi-chain EVM wallet balance tracking, aggregated by address. AI-powered portfolio analysis.
Web3 / Nethereum
HD wallet generation and key derivation. Transaction signing and sending via Nethereum. ABI encode/decode, smart contract calls, RPC nonce management.
Docs Viewer
Built-in documentation browser compatible with Obsidian vaults and Quartz-published sites. Displays own docs by default — point it at any vault to browse it locally.
Analyzer
C# codebase cartographer. Scans libraries and directories, builds graphs of class structure and inter-class dependencies. Visual overview of project layout.
Clips
Clipboard manager organized as a tree. Store any text snippet in nested folders. One click on a leaf copies it to clipboard instantly.
OTP Generator
Quick TOTP generator accessible via hotkey as a floating widget. No phone, no Google Authenticator needed. Multiple keys supported.
Text Tools
String conversion utilities: URL encode/decode, Base64 encode/decode, C# String Escaper (regular and verbatim), JSON string escape.
architecture

Stack overview

Single Windows process. No external broker required. ZP and ZB are optional integrations, not core dependencies.

UI
WebView2 Dashboard
HTML / JS pages
SSE push
Server
Embedded HTTP
Route handlers
SseHub
Core
Tasker
CSX Executor
AI Analysis
Treasury
Adapters
Playwright / CDP
Nethereum EVM
DeBank API
aiio LLM
Optional
ZennoPoster V7
ZennoBrowser
Storage
SQLite
PostgreSQL
# shared schema with z3n7 (.NET 4.8 ZP client library) z3nIO ←→ z3n7 via SQLite / PostgreSQL # composite key: machine|guid filter: LIKE 'machine|%' # crypto: SAFU / PBKDF2-SHA256 / AES-CBC — compatible across both
get started

Download

Windows only. Inno Setup installer. Self-contained — no .NET runtime bundled in the binary.

Installer
z3nIO-setup.exe
Latest stable release. Inno Setup. Requires .NET 10 runtime on the target machine.
↓ Download →
Source
GitHub
Full source. JetBrains Rider solution. Issues, changelogs, and contribution notes.
→ Open repo →
Documentation
Docs
Setup guide, CSX scripting reference, scheduler config, DB schema, and API endpoint map.
→ Read docs →