JavaClaw Beta: Java-Based AI Assistant Built on Spring AI and JobRunr

JobRunr's team has released JavaClaw beta, a Java-based implementation of the OpenClaw personal AI assistant that runs entirely on your hardware. The project addresses AI agent limitations in reliable task scheduling and background processing by integrating JobRunr as a first-class citizen in the runtime.
Technical Stack & Development
After scrapping an initial proof-of-concept described as "AI slop everywhere" with outdated dependencies, the team rebuilt the project properly over two weeks using:
- Spring Boot 4
- Spring AI
- Spring Modulith
- JobRunr for background job processing
The current implementation emphasizes clean architecture and proper dependency management for maintainable contributions.
Current Features
- Multi-channel support: Telegram + Chat UI (WebSocket), with architecture ready for additional channels
- LLM choice: OpenAI, Anthropic (including Claude Code), or Ollama for fully local operation
- Task management: Markdown files for one-off, delayed, and cron tasks
- Skills system: Drop a SKILL.md file and the agent picks it up at runtime
- MCP support: For external tool servers
- Shell and file access: Web search, web scraping/interaction with Playwright
- Background jobs: Powered by JobRunr with built-in dashboard
- Privacy first: Runs entirely on your machine
Known Issues
- After first-time Playwright use for browser installation, JavaClaw "forgets what it was doing" - restart required
- Recurring task outputs work via Telegram but won't send back to web interface chat window
Availability & Next Steps
The first beta version is ready for testing on GitHub. The team acknowledges room for growth in areas like more channels, better memory, and smarter planning, and aims to develop this as a community project.
📖 Read the full source: r/openclaw
👀 See Also

cortex-engine MCP server adds persistent memory and multi-agent support
cortex-engine v0.4.0 is an open-source MCP server that gives AI agents persistent long-term memory with tools like observe(), query(), believe(), and dream(). It now supports multiple agents with isolated memory namespaces.

ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking
ClaudeMeter is a free, open-source macOS menu bar app for Claude Max subscribers that displays session and weekly usage percentages, reset timers, and pace indicators without interrupting workflow. The entire app was built using Claude (Claude Code/Opus) for Swift code, Supabase backend, and Edge Functions.

Claude-ETA Plugin Adds Task Timing and Repair Loop Detection to Claude Code
Claude-ETA is a Claude Code plugin that times tasks, learns your actual velocity, and feeds real data back into Claude before it responds. It also detects repair loops by fingerprinting error content and intervenes after three identical failures.

Community-voted Model Leaderboard for OpenClaw Released
A new community-voted leaderboard for models compatible with OpenClaw is now available, with Opus 4.5 currently leading.