ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliCarries strong trust indicators from repository metadata
780 GitHub stars recorded
docs/worktrees.md for app-managed
worktrees and .worktreeinclude local file copying.RepoPrompt CE is the free, open-source community edition of RepoPrompt. It is a native macOS workspace for context engineering, agent orchestration, and local development.
Maintainers track release signing, Sparkle metadata, dependency pins, and
third-party notices in
docs/open-source-readiness.md.
SIGN_IDENTITY="Apple Development: Your Name (TEAMID)" ./conductor app relaunch
For a stable locally signed app under /Applications, use the local production
installer below. Its self-signed identity is separate from the debug launcher's
Apple Development signing path.
Note: If you use the debug app to modify RepoPrompt CE itself, validation flows that launch the app or run live smoke checks may rebuild and relaunch it. Expect the debug app to restart while those checks run.
| Key | Action |
|---|---|
r | Rebuild and relaunch |
s | Show app status |
x | Stop the app |
q | Close the launcher without stopping the app |
For a release-mode app under /Applications, install Python 3 and double-click
Install RepoPrompt CE Local Production.command
in Finder. The Finder launcher uses the coordinated developer daemon.
The installer builds RepoPrompt CE from source and replaces any existing
/Applications/RepoPrompt CE.app using a dedicated self-signed certificate
trusted only on your Mac. macOS may ask you to approve the certificate.
The resulting app is local-only. It is not notarized and should not be copied to another Mac or redistributed.
Generate and open the disposable contributor workspace with:
make xcode
In Xcode 26.3, use RepoPrompt CE App for the packaged debug app,
RepoPrompt CE MCP for the coordinated MCP executable, and RepoPrompt CE Tests for tests. The test scheme delegates to conductor because
RepoPromptMCP is an executable-only SwiftPM target. Xcode also exposes the
native RepoPrompt and repoprompt-mcp product schemes.
See docs/architecture/xcode-workspace.md
for generation, validation, cleanup, and workflow boundaries. Release packaging
is unchanged and does not use the generated workspace.