ldm init | Create the ~/.ldm/ folder and initial setup |
ldm install | Update all your installed tools |
ldm install <org/repo> | Install from GitHub |
ldm install <npm-package> | Install from npm |
ldm install <path> | Install from a local folder |
ldm install --dry-run | Preview what would change |
ldm doctor | Check health of all tools, connections, and AI configurations |
ldm doctor --fix | Auto-fix stale entries and broken paths |
ldm status | Show version info and your installed tools |
ldm updates | Check for available updates without installing |
ldm worktree add <branch> | Create a worktree in _worktrees/ |
ldm worktree list | Show active worktrees |
ldm worktree remove <path> | Remove a worktree |
ldm worktree clean | Clean up stale worktrees |
ldm enable <tool> | Enable a tool |
ldm disable <tool> | Disable a tool (stays installed but inactive) |
ldm uninstall | Remove LDM OS (optionally keep your memory and AI data) |
ldm sessions | List all active Claude Code sessions |
ldm --version | Show version |