Ark lives
on the desktop.
A package manager for AI systems. Built to be installed, audited, and published from a terminal.
Open getark.dev on your laptop to browse the
marketplace and install packages.
This site is private. Enter the password to continue.
Check every installed package against the registry and list those with a newer version available. Use this before ark update --all to see what's about to change.
ark outdated $ ark outdated Checking 4 package(s)... ✓ All 4 package(s) up to date.
$ ark outdated Checking 4 package(s)... Package Current Latest Status ---------------- ------- ------ ------ agent-comptable 3.0.1 3.1.0 outdated voice-writer 2.0.0 2.1.0 outdated Update one: ark update <name> Update all: ark update --all 2 up to date (hidden).
| Status | Meaning |
|---|---|
| outdated | A newer version exists in the registry — run ark update <name> |
| unpublished | Installed locally but no longer in the registry (creator unpublished or it was rejected) |
| error | Registry could not be reached or returned an unexpected response |
ark outdated is intentionally read-only. It never modifies anything. To act on its output, run ark update.