@vladimirven/openswe
v1.1.3
Published
AI coding agent (opencode, claude code) orchestration tool for tackling github issues
Readme
openswe
openswe is an AI coding agent (opencode, claude code) orchestration tool. It connects to github, fetches open issues, and starts working on them for you.

Requirements
Before running openswe, ensure you have the following installed:
- Git: For version control operations.
- GitHub CLI (
gh): Must be installed and authenticated (gh auth login). - tmux: Required for session management and isolation.
Installation
macOS & Linux (Homebrew)
brew install vladimirven001/tap/opensweNPM / Bun (Global)
You can also install openswe globally using your preferred Node.js package manager:
# npm
npm install -g @vladimirven/openswe
# bun
bun add -g @vladimirven/opensweUsage
Start openswe in your project directory:
opensweOr specify a repository directly:
openswe --repo owner/repoCommon Options
--repo <owner/repo>: Start on a specific GitHub repository.--backend <name>: Choose AI backend (opencodeorclaude).--help: Show all available options.
How It Works
OpenSWE detects your current context to determine how to proceed:
- Existing Project: If run in a folder with
.openswe/, it loads the existing project state. - Git Repo: If run in a Git repository, it offers to adopt it.
- New Setup: If run in an empty folder, it launches a setup wizard.
