Skip to content
Nephele WorkshopDocumentation

Enter a feature or keyword, such as references or pricing.

About Nephele

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.


Nephele Workshop
v0.8.1-beta · 核心桌面应用
Axioma Cloud
云端 AI
Nephele Aura
移动端
Nephele Wisp
浏览器插件
Nephele Tabella
托管约稿单
运行中开发中

Core

Nephele Workshop

Status: v0.6.1-beta.1, 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 main AI input is a manual picker: Axioma Zephyr (default, fast, half rate) / Axioma Tempest (full power, full rate); both run the full Agent and are billed, with a 1M-token context window and support for tool calls and multi-step tasks. Every advanced feature—web search, Creative Review, copy generation, and so on—depends on it.

  • Models: Axioma Zephyr (default, fast, half rate) / Axioma Tempest (full power, full rate)
  • Context window: 1M tokens
  • Billing: by Nepheline consumption (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. The main input uses a manual tier picker (Zephyr/Tempest) with no gate in front of it; a separate free "?" Guide Channel (toolbar popup) handles light Q&A about how to use the software or where to navigate — daily-capped and fail-open.

  • Rule Engine: purely local, millisecond-fast, zero cost
  • Guide Channel: lightweight model, free, with a daily cap, fails open on any error

Three Extensions

Nephele Tabella

Tabella—the wax tablet on which Romans wrote, sealed and witnessed their contracts. We are the tablet between illustrator and client, not the marketplace.

The hosted-commissions and delivery extension, in development (the server side is live as an experimental build; the desktop entry ships with the next release).

The desktop Commission Manager is the source of truth: your price sheet, open slots and portfolio are edited locally and published as a link that is yours alone. Clients fill in the form on that page, the request lands straight in your desktop inbox, and once accepted it is archived as a local order on the same board as your platform and private work. The page stops at "accept + quote + slot"; everything after that is between you and the client.

Already implemented:

  • Web editor: template, cover, copy, portfolio, pricing, in five languages
  • Client side: the commission sheet, a progress page, a report entry
  • Publishing goes through human review; pages are invisible to search engines and addresses cannot be enumerated
  • Desktop intake page: inbox, accept-and-import, de-duplication per request

Planned for phase two: delivery and email notifications.

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 Agent (Zephyr/Tempest) 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. Tabella hosts your commission sheet as a link and routes requests straight to the desktop. 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