
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
面向个人开发者的本地运维管控台,提供浏览器 UI 统一管理 AI 工具链(Claude Code、Codex、copilot-api、定时任务等)。
npm install # 安装依赖
开发
npm run dev # 同时启动 server (3333) 和 web vite (5173)
安装(二选一)
npm run build && npm run link # 开发用,symlink 方式,改动立即生效
npm run build && npm run install # 生产用,全局安装到系统
卸载
npm run unlink # 对应 link 安装
npm run uninstall # 对应 install 安装
| 命令 | 说明 |
|---|---|
myops start | 启动服务(默认端口 3333),--port 指定端口,--github-token 覆盖 GITHUB_API_TOKEN |
myops install | (macOS) 交互式配置 GITHUB_API_TOKEN / HTTP_PROXY / https_proxy,生成 plist 并注册 launchd 开机自启,安装后输出 plist 路径 |
myops uninstall | (macOS) 停止并删除 launchd plist |
myops restart | (macOS) 重启 launchd 服务 |
myops doctor | 输出诊断信息;macOS 下额外显示 plist 路径及服务运行状态 |
myops ccenv [name] | 列出或切换 Claude provider,用指定 provider 环境变量启动 claude CLI |
myops config init <url> | 初始化 conf 目录与 GitHub 双向同步(--pull 从远端克隆) |
myops config push | 上传本地 conf 变更到 GitHub |
myops config pull | 从 GitHub 拉取最新配置 |
myops version | 打印版本号 |
# 登录 npm(首次)
npm login
# 构建并打包到 dist-pack/(不发布)
npm run pack
# 构建并直接发布到 npm registry
npm run publish
安装后用户可通过以下方式安装:
npm install -g myops
myops install # 配置 launchd 开机自启
~/.myops/
├── conf/ # 用户配置,可跨机同步
└── data/ # 本机运行状态,不跨机同步
FAQs
面向个人开发者的本地运维管控台,提供浏览器 UI 统一管理 AI 工具链(Claude Code、Codex、copilot-api、定时任务等)。
We found that myops 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.