Developer Edition Only — This content applies to the Developer Edition license.
Claudius Corp is a multi-module Maven project built with Java 21 and JavaFX 21. It manages AI agent workflows using a SQLite database and communicates with agents through a JSON-RPC MCP (Model Context Protocol) bridge.
The Developer Edition gives you full source code for the app module — the UI, CLI, and app-level services — while the workflow engine and MCP bridge ship as a pre-built core.jar library.
Core Technology Stack
| Technology | Version | Role |
|---|---|---|
| Java | 21 | Primary language |
| JavaFX | 21.0.2 | Desktop UI |
| SQLite | 3.45.1.0 | Local persistence |
| Maven | 3.8+ | Build system |
| Gson | 2.10.1 | JSON serialization |
| jBCrypt | 0.4 | Password hashing |
| SLF4J + Logback | 2.0.12 / 1.5.3 | Logging |
