Back to Home
notch-ai icon

autosteer

Verified Safe

by notch-ai

Overview

An AI-powered desktop application (AutoSteer) designed to assist developers with coding, project management, and integrating various development tools. It provides a conversational interface with AI agents, manages projects as Git worktrees, offers an integrated terminal, Git changes viewer, and advanced tab management for session isolation and persistence. It also integrates with Multi-Cloud Platform (MCP) servers for extended functionality.

Installation

Run Command
pnpm start

Environment Variables

  • ANTHROPIC_API_KEY
  • CLAUDE_CODE_MODE
  • GITHUB_TOKEN

Security Notes

The application leverages Electron's secure IPC mechanisms and `shell.openExternal` for user-provided URLs, mitigating common webview injection risks. It utilizes standard and well-understood external processes for core functionalities like Git operations (`simple-git`, `child_process.exec/spawn`), Python runtime (`child_process.spawn` for MCP and SDK checks), and terminal emulation (`node-pty`). The codebase shows a conscientious approach to isolating and sanitizing inputs, and explicitly redacting sensitive information in logs via `safeHandlerWrapper`. No direct `eval` or blatant obfuscation was detected. While any tool executing external commands carries inherent risk, the codebase appears to handle these aspects reasonably.

Similar Servers

Stats

Interest Score73
Security Score8
Cost ClassMedium
Avg Tokens6000
Stars52
Forks8
Last Update2025-11-26

Tags

AICoding AssistantDesktop ApplicationElectronReactTypeScriptGitTerminalDeveloper ToolsProject ManagementTab ManagementClaudeMCP Integration