The Nephele Matrix
Nephele isn't just a desktop app. It's an entire infrastructure built around the illustrator's workflow—from local tools to cloud inference, from a browser extension to a game engine, from desktop to mobile.
Below are the components that are currently running or under active development. No vaporware—every one of them has code in the repository.
Core
Nephele Workshop
Status: v0.5.2-beta, in active development
The desktop command center for an illustrator's workflow. Built on PySide6 + QML, it offers a complete feature set: a glassmorphic UI, AI conversation, browser automation, batch Pipeline processing, and more.
Deep integration with the Eagle asset library is one of Nephele's standout features. We don't go through a plugin or cross-process communication—instead, we operate directly on Eagle's underlying data (the SQLite database, thumbnail cache, and folder structure). This means importing, tagging, searching, and organizing are far faster and more reliable than traditional API calls or script injection.
The Workshop also has digital timestamping built in (RFC 3161 timestamps + Merkle trees + PDF reports) along with proxy-forwarding capabilities. These exist as feature modules, not as standalone products.
- Platform: Windows (macOS/Linux planned)
- Distribution: Windows installer (per-user, no admin rights required)
- License: proprietary software
AI Layer
Axioma Cloud
Status: live
Nephele's cloud "brain." The full Agent (Cloud MAX) is powered by Axioma Breeze, with a 1M-token context window and support for tool calls and multi-step tasks; the guide channel and various lightweight calls run on the faster Axioma Zephyr. Every advanced feature—web search, AI evaluation, copy generation, and so on—depends on it.
- Models: Axioma Breeze (full Agent) / Axioma Zephyr (lightweight guide)
- Context window: 1M tokens
- Billing: by cloud-credit usage (cloud AI) / stamina (a free daily pool during the beta); lightweight questions handled by the guide channel are free
Local Routing: Rule Engine + Guide Channel
Status: live
Not every command needs to burn cloud compute. Clear-cut commands like "open Photoshop" or "open the Downloads folder" are executed by the rule engine locally with zero latency—no network, no billing. While you type in the main input box, your request first passes through the free guide-channel gate (a lightweight model): lightweight questions about how to use the software or where to navigate get answered on the spot, and only real work gets passed through to Cloud MAX.
- Rule engine: purely local, millisecond-fast, zero cost
- Guide channel: lightweight model, free, with a daily cap, fails open on any error
Three Extensions in Development
Nephele Lyra
Lyra—Orpheus's lyre from Greek mythology, later raised into the sky as the constellation Lyra. A stage for the story you want to tell.
An extension for creating interactive visual works—you lead the creation, and the Agent is the tool that builds the stage.
Characters, plot, dialogue, pacing, and visuals are always yours to decide. The Agent's job is to translate your ideas into a data structure like story.json (characters, dialogue, branches, scenes), handle the glue code, orchestrate the timeline, and generate placeholder assets, all rendered in real time by the Godot engine—the illustrator never writes code, but creative control never goes to the model either.
Features already implemented:
- Typewriter effect, layered character sprites, background switching, fade in/out
- Branching choices (multiple endings)
- Ren'Py-style Rollback (jump back to the previous line) and skip-read fast-forward
- Save/load (10 slots)
- Live2D support (rendered through an embedded Chromium)
- Hot reload (auto-refresh after you edit story.json)
A real-time AI conversation mode is planned for the future as an optional mode of play—players can type directly to a character within the story, with the Agent generating replies in real time, constrained by the persona and worldbuilding you've set up.
Nephele Aura
Aura—Latin for "breath," echoing Walter Benjamin's theory of the aura. Let your work's aura travel with you, beyond the studio.
Continue the Nephele workflow on the go—the current core consists of remote asset-library browsing, an illustrator subscription inbox, and a mobile assistant.
Browsing the asset library goes through Nephele's cloud relay: mobile App ←→ Nephele Relay ←→ desktop RemoteBridge, over a long-lived WebSocket connection, to view Eagle assets remotely (browse, lightbox, full image); when an illustrator you subscribe to posts an update, it's pushed to your phone, and a single tap saves it back into the desktop library. The mobile assistant has two modes: direct cloud connection, available anywhere (Q&A / search / finding artist references, using cloud tools); and MAX mode, which—when the desktop is online—remotely drives the full Cloud MAX running on the desktop—able to search your local Eagle library and call desktop tools (operations like run_python will prompt for confirmation on the desktop).
Use cases: flipping through your own Eagle library on the commute for inspiration; an illustrator you follow posts a new piece, and you save it into your desktop asset library in passing; or, in MAX mode, having the desktop Agent organize and tag today's batch of images for you.
Nephele Wisp
Wisp—a wisp of light that carries your work across platforms. Light and traceless, with your login session staying in your own browser.
A Chrome/Edge browser extension, already live. It centers on two things: the last mile of aggregated uploading and the illustrator data warehouse.
Aggregated uploading: after the desktop Publisher generates the copy, tags, and cover, Wisp takes over the final step—posting directly into each social platform / creator backend within your logged-in session, so the illustrator doesn't have to copy and paste manually on every platform. It covers Bilibili, Xiaohongshu, Weibo, Douyin, Pixiv, Twitter, ArtStation, and more.
Illustrator data warehouse: it collects publishing records, view counts, bookmarks, and engagement data from each social platform back to the desktop, consolidating them into your own creator data warehouse—no longer relying on the scattered backends of individual platforms.
Technical details: it establishes pipe-based communication with the desktop through a Native Messaging Host (NMH), using length-prefixed JSON over stdin/stdout; large files (images/video) go through a local HTTP asset server (wisp_asset_server.py), with a one-time token + SHA256 verification, to get around Native Messaging's 1MB message limit.
In One Sentence
Nephele Workshop is the storefront and command center. Axioma is the brain. Lyra lets illustrators use the Agent to build a stage for interactive works. Aura brings the asset library and Agent collaboration to your phone. Wisp compresses multi-platform posting and data collection into a single browser extension.
Every component evolves independently, but all of them revolve around the same goal—let illustrators worry less and draw more.
—— CreatorAris