| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| oculixide-3.0.2-windows.jar | 2026-04-16 | 161.8 MB | |
| oculixapi-3.0.2-linux.jar | 2026-04-16 | 152.9 MB | |
| oculixapi-3.0.2-macos.jar | 2026-04-16 | 152.9 MB | |
| oculixapi-3.0.2-windows.jar | 2026-04-16 | 152.9 MB | |
| oculixide-3.0.2-linux.jar | 2026-04-16 | 161.8 MB | |
| oculixide-3.0.2-macos.jar | 2026-04-16 | 161.8 MB | |
| OculiX 3.0.2 source code.tar.gz | 2026-04-16 | 10.5 MB | |
| OculiX 3.0.2 source code.zip | 2026-04-16 | 11.1 MB | |
| README.md | 2026-04-16 | 4.0 kB | |
| Totals: 9 Items | 965.7 MB | 25 | |
Maven Central: oculixapi-3.0.2 + oculixide-3.0.2
Major release: new MCP server module, expanded Modern Recorder, IDE stabilization, Apple Silicon support.
MCP Server (new module)
- New module
oculix-mcp-server: exposes OculiX as a Model Context Protocol server (stdio + HTTP) - Signed audit trail: Ed25519 + SHA-256 chained JSONL journal + deterministic rotation + CanonicalJson
- HTTP transport: confidential mode, multi-session, HMAC-signed session tokens, rotatable keyring, TLS policy, Bearer auth
- 12 exposed tools: Click / DblClick / RClick / Find / FindText / Exists / Wait / KeyCombo / OCR / Screenshot / Type
- ActionGate V1 (auto-approve, V2 human-in-the-loop in preparation)
Modern Recorder
- Closes [#87]: Browse file option for image captures, Click/DblClick/RClick/Wait unified via
pickImage() - New actions: Swipe (configurable start + smart direction), DragDrop (capture/browse/library), Wheel (interactive modal), Key Combo (modal with modifiers)
- Image library: reuse captured images across actions
- Name prompt before saving + automatic copy to script bundle on Insert & Close
- Full cleanup of
oculix_recorder_*temp dirs - Fix NPE in
EditorImageButton.toStringwhen options is null - Load OpenCV once in
RecorderAssistantconstructor
IDE — Workspace & stability
- Workspace management: create / open / rename / auto-refresh
- ScriptExplorer rewritten: visual script cards, Eclipse-style layout (explorer left, console bottom, dark welcome)
- Sidebar: OculiX bold Serif logo + IDE subtitle, live info panels (project, status, last run)
- File menu: flat popup with visible section headers (built manually for visibility)
- File dialogs: open on workspace/script directory
- Save As: automatic
.pyextension in.sikulibundle, refresh workspace cards - Welcome Tab: stabilized lifecycle, fixed image ratio, null context safety
- Fix startup crash:
restoreSessionwith empty script - Fix quit crash:
saveSessionNPE when no scripts open - Fix Save As / workspace open:
setFileNPE,.sikulibundle validation, flexible.pydetection
Platform — Apple Silicon
- Native Apple Silicon M1/M2/M3 support (Apertix 4.10.0-2)
- Fix OpenCV
UnsatisfiedLinkErroron macOS: native lib load inCommonsstatic init - Fix OpenCV version mismatch in
sikulixcontentmanifests on macOS/Linux - Fix native lib paths aligned with JNA conventions
- macOS ARM64 regression test: OpenCV load-before-Finder
OCR & OculixKeywords
- New Robot Framework
OculixKeywordslibrary: composite clicks, waits, regions, ROI, highlights, captures - Pluggable OCR engine (Tesseract / PaddleOCR) for
OculixKeywords - PaddleOCRClient rewritten with
org.json(buggy minimal parser replaced) - Fix Jython Unicode crash in PaddleOCR probe
- Jython integration test script for
OculixKeywords
DPI & matching pipeline
- DPI-aware pipeline: scoring fix, PNG metadata injection, multi-scale fallback
- Robust OpenCV loading:
Core.javaaligned with Apertix 4.10.0
TigerVNC
- TigerVNC Java sources extracted to external GPL repo
tigervnc-java-oculix(license isolation) - Transport bundle prepared
Legacy API
- Restored
-sCLI flag (legacy ServerRunner on port 50001) — validated baseline before modern HTTP refactor (Javalin)
Build & CI
publish-maven.yml: Maven Central publication- Build and Release workflow pushes on
release/oculixbranch - Removed legacy SikuliX ide-snapshot workflow
.mailmap: remap legacy commit identityproject-status-syncAction: syncsstatus:*labels with Project v2 Status field
Closed issues
- #87 Image captures: add Browse file option alongside screen capture
- #138 API: remove vendored
org.opencv.*bindings, rely on Apertix
Contributors
- Julien Mer (@julienmerconsulting) — fork maintainer
- Raimund Hocke (@RaiMan) — original SikuliX1 creator