3 pointsby ohare937 hours ago1 comment
  • ohare937 hours ago
    TUI + CLI for running AI agent loops. - Edit tasks while the loop runs - Organize tasks with priorities and sessions - Run parallel agents on git worktrees - Refine your tasks with the agent too - Supports Claude and OpenCode

    Really it's just a fancy way of running "claude -p" headlessly. But that's the Ralph Loop!

    Built with itself - 265 commits in 7 days using multiple agents in parallel.

    GitHub: https://github.com/ohare93/juggle

    Install: - macOS: brew tap ohare93/tap && brew install juggle - Windows: scoop bucket add ohare93 https://github.com/ohare93/scoop && scoop install juggle

    MIT licensed, PRs welcome.