Foreman: Open Source Slack Bot for Remote Control of Local Claude Code

What Foreman Does
Foreman is a Slack bot that acts as a remote control for Claude Code running locally on your Mac. The primary use case is enabling developers to send tasks to Claude from their phone while away from their desk, eliminating the need to return to their laptop frequently.
Key Differences from Anthropic's Official Integration
Unlike Anthropic's cloud-based Slack integration where tasks run on their servers, Foreman controls a local Claude Code instance. This means Claude maintains full access to your local filesystem, tools, and environment, with no data leaving your machine.
Core Features
- Each Slack channel gets its own independent Claude Code session
- Channel naming functionality: name a channel #clive or #betty and the bot adopts that persona
- File edits and shell commands show Approve/Deny buttons for control from your phone
- Read-only tools are auto-approved to reduce button tapping
- Load local Claude Code plugins per channel with
/cc plugin <path>for building and testing your own plugins
Getting Started
Installation is straightforward:
npm install -g foreman-bot
foreman initThe foreman init command walks you through creating the Slack app and setting up tokens, taking approximately 5 minutes.
Availability
Foreman is available on GitHub at https://github.com/S0MMS/foreman-bot and via npm at https://www.npmjs.com/package/foreman-bot.
📖 Read the full source: r/ClaudeAI
👀 See Also

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

Jake Benchmark v1: Local LLM Performance Testing for OpenClaw AI Agents
A developer tested 7 local LLMs as AI agents with OpenClaw using 22 practical tasks including email processing, meeting scheduling, and phishing detection. Results ranged from 59.4% for Qwen 27B to 1.6% for Nemotron 30B, with detailed conversation logs available.

Murmur: An Open-Source Cron Daemon for Automating Claude Code Sessions
Murmur is a cron daemon that schedules and automates Claude code sessions using a HEARTBEAT.md file for configuration.

Community patch adds RTL language support to Claude Desktop on Windows
A developer has created a patch that adds proper right-to-left language support to Claude Desktop on Windows, fixing broken rendering for Hebrew, Arabic, and other RTL languages. The patch injects RTL detection logic into the Electron app's renderer and includes backup/restore functionality.