| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| oculixide-3.0.3-windows.jar | 2026-05-09 | 129.1 MB | |
| oculixide-3.0.3-macos.jar | 2026-05-09 | 121.0 MB | |
| oculix-mcp-server-3.0.3.jar | 2026-05-09 | 258.8 MB | |
| oculixapi-3.0.3-linux.jar | 2026-05-09 | 181.4 MB | |
| oculixapi-3.0.3-macos.jar | 2026-05-09 | 106.7 MB | |
| oculixapi-3.0.3-windows.jar | 2026-05-09 | 114.8 MB | |
| oculixide-3.0.3-linux.jar | 2026-05-09 | 195.7 MB | |
| OculiX 3.0.3 source code.tar.gz | 2026-05-09 | 14.6 MB | |
| OculiX 3.0.3 source code.zip | 2026-05-09 | 15.3 MB | |
| README.md | 2026-05-09 | 4.4 kB | |
| Totals: 10 Items | 1.1 GB | 63 | |
Major evolution release β visual rebrand, full multilingual typing, slimmer fat-jars, MCP server matures. Drop-in upgrade from 3.0.x.
What's new for users
-
π Universal typing β write
region.type("δ½ ε₯½"),region.type("γγγ«γ‘γ―"),region.type("ΠΏΡΠΈΠ²Π΅Ρ")and it just works. ASCII path unchanged, non-ASCII routed automatically through clipboard. Asian-language and accented-Latin automation now first-class. -
π¨ Polished IDE β full visual rebrand with dark/light theme system, Welcome tab, sidebar redesign, theme-aware console + workspace explorer. The IDE now looks and feels like a 2026 tool.
-
π¦ Lighter footprint β fat-jars trimmed by ~50 MB on Linux and ~114 MB on Windows. Faster downloads, faster CI, lower bandwidth bill. Same API, same behavior.
-
π CLI auto-run β launch the IDE with a script preloaded and auto-executed:
java -jar oculixide.jar -l my-script.sikuli -e. Cross-platform (Linux + WSL + Windows). -
π€ MCP server matured β auditable visual-control server with Ed25519-signed action journal, ready for regulated environments (finance, health, defense). Plug any MCP-compatible AI agent on top of OculiX as its visual layer.
-
π¦ Build banner β every
mvn/mvndinvocation greets you with the OculiX gecko. Personality at the build level. Easter egg, but also a discreet brand marker.
Maven coordinates
:::xml
<dependency>
<groupId>io.github.oculix-org</groupId>
<artifactId>oculixapi</artifactId>
<version>3.0.3</version>
</dependency>
API, IDE, and MCP modules all available on Maven Central.
Upgrading from 3.0.x
Drop-in. No breaking API changes. Bump the version in your pom and rebuild.
Known issues / not in this release
We ship 3.0.3 knowing some things are still pending β preferring honesty over polish:
-
Android device picker (#229) β when multiple emulators / devices are connected via ADB, the selection prompt is missing. Workaround: stop other devices, or manually export
ANDROID_SERIAL. Targeted for3.0.4. -
GNOME 3+ system tray icons β IDE tray indicator (#223) not yet implemented. Linux KDE/XFCE/MATE/Cinnamon would already work; planned for
OculiX 4.0. The Shift+Alt+C kill switch and the IDE message panel remain the canonical "is my script alive?" surfaces in the meantime. -
CLI args parser (#226) β internal duplication between
Commons.hasArgand the Apache Commons CLIOptionsAPI. No user-facing impact, but the cleanup is on the V4 tech-debt list. -
Visual Intelligence (#160, [#170]-#179) β the natural-language
AItype("the red button below the menu")API and the embedded ML pipeline are roadmap, not 3.0.x. They live on theOculiX 4.0andOculiX 5.0 β Game Changersmilestones.
Full open backlog: oculix-org/Oculix/issues. Bug reports and field feedback drive the next cycle β open an issue, a fork, or a PR.
Contributors
This release was made possible by:
- @julienmerconsulting β release lead
- @RaiMan β
ScreenUnionremoval, Java 8 cleanup - @kelvinkirima014 β foundational EDT fix
- @adriancostin6, @blackball, @micves, @roboraptor β bug reports and field validation
- Claude (Anthropic) β pair-programming partner
- And the testers who pulled every RC and stuck around π¦
Detailed changelog
Full per-RC technical breakdown is preserved in v3.0.3-rc5 and earlier RC releases. This stable aggregates rc1 through rc5.