Sign In

semiclaw-code

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semiclaw-code

Local version of Semiclaw Code CLI inspired by Anthropic's Claude Code, but work for other AI models

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

semiclaw-code

A local version of Semiclaw Code CLI inspired by Anthropic's Claude Code, but also works with other AI models.

Installation

As a global command

npm install -g semiclaw-code

As a project dependency

npm install semiclaw-code

Prerequisites

  • Node.js 18+

Usage

After installation, you can run Semiclaw Code using:

semiclaw-code

Or if installed as a project dependency:

npx semiclaw-code

Development

To run from source:

git clone <your-fork-url> semiclaw-code
cd semiclaw-code
bun install
./run.sh

To build the distributable Node CLI:

npm run build

To preview the published package:

npm run publish:npm:dry-run

To publish to npm:

npm run publish:npm

Features

  • Interactive CLI interface
  • Advanced code understanding and generation
  • Context-aware assistance
  • Secure local execution
  • Integration with various development environments

License

MIT

Keywords

anthropic

FAQs

Package last updated on 01 Apr 2026

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