
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@m14i/sith
Advanced tools
Turn your context to the dark side. Standardize and share your OpenCode setup with a fully dockerized environment, designed for seamless collaboration and CI integration.
Turn your context to the dark side.
Standardize and share your OpenCode setup with a fully dockerized environment, designed for seamless collaboration and CI integration.
Install globally (recommended):
npm install -g @m14i/sith
Or use npx (slower, pulls image every time):
npx @m14i/sith@latest
# Interactive terminal UI (default)
sith
# Type your prompt to start OpenCode with that task
# Or use slash commands: /shell, /config, /help
# Direct commands
sith --it # Launch Docker shell immediately
sith --pull # Pull prebuilt image
sith --build # Build from scratch
sith --legacy # Use legacy menu interface
| Method | Command | Speed | Trust Model | Use Case |
|---|---|---|---|---|
| Prebuilt (Recommended) | sith --pull | ⚡ Fast | GitHub Actions + Cosign | Production, CI/CD |
| Local Build | sith --build | 🐌 Slow | Your machine | Air-gapped, custom builds |
| Command | Description |
|---|---|
sith | Interactive terminal UI (Claude Code style) |
sith --it | Launch Docker shell immediately |
sith --pull | Pull prebuilt image from GHCR |
sith --build | Build Docker image from scratch |
sith --legacy | Use legacy menu interface |
sith --help | Show all available commands |
When you run sith, you get an interactive terminal interface:
Prompt input:
Fix authentication bug → OpenCode launches with this taskSlash commands:
/shell → Start Docker shell only (no OpenCode)/config → Open configuration menu (pull/build options)/help → Show available commandsNavigation:
Ctrl+C or Esc → Exit terminal UIPull and verify:
# Pull (supports linux/amd64 and linux/arm64)
sith --pull
# Or use Docker directly
docker pull ghcr.io/merzoukemanouri/sith:latest
# Verify signature (optional)
cosign verify \
--certificate-identity-regexp="https://github.com/MerzoukeMansouri/sith" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
ghcr.io/merzoukemanouri/sith:latest
Benefits:
Sith uses Claude Sonnet 4.6 via GitHub Copilot by default. Authentication requires a GitHub token with Copilot access.
Automatic (recommended):
If you have GitHub CLI (gh) installed and authenticated, Sith automatically fetches your token:
sith # Auto-detects token via gh auth token
Manual token:
If you don't have gh CLI or prefer manual setup:
copilot, repo, read:orgexport GITHUB_TOKEN=gho_your_token_here
sith
Make it persistent (add to ~/.zshrc or ~/.bashrc):
export GITHUB_TOKEN=$(gh auth token)
Inside container: Once OpenCode starts, authenticate with GitHub Copilot:
opencode providers login
# Follow prompts to authenticate with GitHub
All Docker images published to ghcr.io/merzoukemanouri/sith are:
See SECURITY.md for detailed security practices and considerations.
Prebuilt Images:
Local Builds:
For more details, see the Docker Distribution Guide.
For contributors working on the CLI:
# Install dependencies
pnpm install
# Run in development mode (no build)
pnpm dev
# Build and test
pnpm dev:build # Build and run CLI
pnpm dev:shell # Build and launch shell
# Type checking
pnpm typecheck
# Clean build artifacts
pnpm clean
Automated releases using semantic-release and conventional commits.
Commit Format:
feat: - New feature (triggers minor version bump)fix: - Bug fix (triggers patch version bump)BREAKING CHANGE: - Breaking change (triggers major version bump)chore:, docs:, style: - No releaseRelease Process:
main branchExample:
git commit -m "feat: add new interactive menu option"
git push origin main
# Automatic release triggered!
Requirements:
NPM_TOKEN secret configured in GitHub repository settingsFAQs
Turn your context to the dark side. Standardize and share your OpenCode setup with a fully dockerized environment, designed for seamless collaboration and CI integration.
The npm package @m14i/sith receives a total of 714 weekly downloads. As such, @m14i/sith popularity was classified as not popular.
We found that @m14i/sith demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.