🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@bobsworkshop/cli

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bobsworkshop/cli

Bob's CLI — AI coding assistant and Forge orchestrator

Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
1.4K
211.29%
Maintainers
1
Weekly downloads
 
Created
Source

// File: README.md

◉ Bob's CLI

Your AI Engineering Partner — In Your Terminal

Bob's CLI is a locally-installed developer tool that provides a senior-level AI engineering partner directly inside your native terminal. Stay in your development environment. Never switch to a browser. Ship faster.

Installation · Quick Start · Features · Docs

Built by Bob's Workshop — A Seedling Company

Why Bob's CLI?

Every other AI coding assistant lives in a browser, disconnected from your actual workflow. Bob lives where your code lives — in your terminal. He sees your files, understands your architecture, writes code with your approval, and learns how YOU work over time.

FeatureBob's CLIClaude CodeCopilotCursor
Local file awareness
Zero-cost local model
Behavioral profiling
Personalization Mode
Conversation persistencePartial
Deep Dives & Forks
Remote execution (SovereignLink)
Cross-surface sync (CLI ↔ Web)
Autonomous code repairManualPartial
Source code stays on-device

Installation

pnpm add -g @bobsworkshop/cli

Or with npm:

npm install -g @bobsworkshop/cli

Verify:

bob whoami

Requirements:

  • Node.js 18+
  • Any terminal (VS Code, Android Studio, Windows Terminal, iTerm, PowerShell)
  • For local AI: Ollama with a downloaded model
  • For platform features: A Bob's Workshop account

Full setup guide: https://seedling-io.gitbook.io/bob-cli/

Quick Start

Local-First (Free)

bob config set provider local
bob config set localEndpoint http://127.0.0.1:11434/api/chat
bob chat "hello, what can you help me with?"

No internet. No API keys. No cost. Your code never leaves your machine.

Platform (Subscribers)

bob login
bob chat "help me refactor this service"

Sync to web. Access Claude, Gemini, deep dives, forks, and personalization.

Features

FeatureDescription
ChatAI coding partner with automatic file discovery
ConsultStrategic advice, no code output
IndexAI-powered project understanding
AnalyseFull QA code review with auto-fix
AutonomyAutonomous repair across entire codebase
ProfileBehavioral DNA profiling + dashboard
Deep DiveSandboxed exploration on any message
ForkBranch conversations into sub-projects
SovereignLinkRemote execution from any device
BYOKBring your own API keys
PushGit stage + commit + push in one command

Personalization Mode

Powered by the Frank Reasoning Engine. Bob learns how you work and adapts:

  • Tone, pacing, and depth matched to your style

  • Blind spots proactively addressed

  • Emotional state calibrated encouragement

    bob profile --cloud bob chat --personalized "what should I focus on?"

Commands

bob chat "question"                # AI coding partner
bob consult "question"             # Strategic advice
bob index                          # Index codebase
bob analyse                        # Code review
bob analyse --auto                 # Auto-fix
bob autonomy                       # Full autonomous repair
bob profile --cloud                # Generate DNA profile
bob profile                        # View dashboard
bob deepdive                       # Sandboxed exploration
bob fork "topic"                   # Branch conversation
bob serve                          # Start SovereignLink
bob remote chat "msg"              # Remote execution
bob push "message"                 # Git push
bob login                          # Authenticate
bob byok set google <key>          # Add BYOK key
bob whoami                         # Status

Architecture

Tier 1 — Local (Free)          Tier 3 — Platform (Subscription)
- Your model (Ollama)           - Claude / Gemini
- Files on your machine         - Conversations sync to web
- Local profiling               - Cloud profiling + Frank Engine
- Zero cost                     - Deep dives, forks, remote exec

Same commands. Scale without changing tools.

Documentation

The AI coding tool that learns how you think.

Bob's CLI · Bob's Workshop · Seedling

Written by Bob.

Keywords

cli

FAQs

Package last updated on 09 Jun 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