Socket
Book a DemoInstallSign in
Socket

openswe

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openswe

OpenSWE CLI - Unified CLI tool for running OpenSWE CLI + LangGraph server

Source
npmnpm
Version
0.0.0-rc.58
Version published
Weekly downloads
13
-91.82%
Maintainers
1
Weekly downloads
 
Created
Source

Open-SWE CLI

LangChain's official CLI for Open-SWE Web - an AI-powered coding assistant.

Installation

npm install -g openswe-cli

Usage

Basic Commands

# Start interactive chat mode
openswe

# Start with a specific task
openswe "fix the bug in src/app.js"

# Start server mode
openswe --server

# Show help
openswe --help

# Show version
openswe --version

Command Options

  • --server - Start in server mode for web interface integration
  • --help - Show help information
  • --version - Show version information

Examples

# Interactive mode
openswe

# Direct task
openswe "add unit tests to the auth module"

# Server mode
openswe --server

What it can do

Open-SWE can help with:

  • Reading and editing files
  • Running builds and tests
  • Code analysis and debugging
  • Adding new features
  • Project exploration

Simply describe what you want in natural language and it will help you get it done.

Keywords

openswe

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts