Skip to content

Releases: romizone/OpenRomeo

OpenRomeo 1.0.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 00:51

OpenRomeo 1.0.2

✨ New: manage skills from the app — Settings ▸ Skills

Skills previously had no UI at all; they could only be managed by hand-editing folders. Now there is a panel:

  • Your skills — everything you've added, each with a Remove button
  • Builtindocx · pptx · xlsx · pdf, marked read-only
  • + Import skill… — pick any folder containing a SKILL.md; it's copied into your skills folder
  • 📁 Open skills folder — opens it in Finder / Explorer for drag-and-drop

A user skill named the same as a builtin overrides it; remove it and the builtin comes back. Changes apply to new sessions immediately — no restart. Skills written for Claude Desktop or Claude Code work as-is.

📦 Installers

Platform File
macOS Apple Silicon OpenRomeo-macos-arm64.dmg
macOS Intel OpenRomeo-macos-intel.dmg
Windows x64 (NSIS) OpenRomeo-windows-setup.exe
Windows x64 (MSI) OpenRomeo-windows.msi

macOS: downloaded copies show "OpenRomeo is damaged" (Gatekeeper quarantine on un-notarized apps — the app is fine). Fix once in Terminal, then open normally:

xattr -dr com.apple.quarantine /Applications/OpenRomeo.app

Windows: SmartScreen → More info → Run anyway.

MIT licensed. Built on OpenWorker & aisuite by Andrew Ng and contributors.

OpenRomeo 1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 00:07

OpenRomeo 1.0.1

Adds the final piece of the Claude Desktop-standard document suite and hardens the docs & skill engine.

✨ New

  • xlsx builtin skill — Excel via openpyxl (real formulas, number formats, frozen headers, charts). The document suite is now complete: docx · pptx · xlsx · pdf.
  • Real-YAML skill frontmatter — skills using folded (description: >) or block-list allowed-tools, common in Claude Desktop / Claude Code, now load correctly. Skills genuinely drop straight in.
  • Docs — a "First run — no account needed" authentication FAQ and a Skills section (add / override / remove), both fact-checked against the code.

🔧 Fixes

  • pdf skill's form-fill example filled the wrong page (silent no-op) — now uses a fresh writer.
  • Auth FAQ corrected for monday.com (local OAuth, no manual paste) and broker token handling.

📦 Installers

Platform File
macOS Apple Silicon OpenRomeo-macos-arm64.dmg
macOS Intel OpenRomeo-macos-intel.dmg
Windows x64 (NSIS) OpenRomeo-windows-setup.exe
Windows x64 (MSI) OpenRomeo-windows.msi

macOS: downloaded copies show "OpenRomeo is damaged" (Gatekeeper quarantine on un-notarized apps — the app is fine). Fix once in Terminal: xattr -dr com.apple.quarantine /Applications/OpenRomeo.app then open normally. Windows: SmartScreen → More info → Run anyway.

MIT licensed. Built on OpenWorker & aisuite by Andrew Ng and contributors.

OpenRomeo 1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:17

OpenRomeo 1.0.0

First stable release. OpenRomeo is an AI coworker on your desktop that delivers finished work — built on the excellent OpenWorker engine, extended with:

✨ What's new in this fork

  • Latest frontier models — GPT‑5.6, Claude Fable 5 / Sonnet 5, Gemini 3.6 Flash, Kimi K3, MiniMax M3, Grok 4.5 — with vision enabled on the multimodal flagships
  • Builtin document skillsdocx, pptx, pdf (Anthropic SKILL.md format, override-able by your own skills)
  • generate_image tool — OpenAI gpt‑image‑2 / Gemini Nano Banana 2 → PNG in your workspace, approval‑gated
  • New corporate identity — icon, app name, and installer set
  • CI fixes: hermetic Ollama picker test, rebranded e2e specs

📦 Installers

Platform File
macOS Apple Silicon OpenRomeo-macos-arm64.dmg
macOS Intel OpenRomeo-macos-intel.dmg
Windows x64 (NSIS) OpenRomeo-windows-setup.exe
Windows x64 (MSI) OpenRomeo-windows.msi

Builds are unsigned: macOS first launch needs right‑click → Open; Windows shows SmartScreen → More info → Run anyway.

MIT licensed. Credits: Andrew Ng & OpenWorker/aisuite contributors.