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.
Soft-delete a package you authored from the Ark registry. The package disappears from search and detail pages, but existing local installs keep working.
ark unpublish <name> [-y | --yes] ark login)ark search, ark info, and the public registry listing, but existing installs continue working locally.ark publish after bumping the version.$ ark unpublish my-agent Verifying ownership... ✓ You are the author of my-agent This will remove my-agent from search results and the public listing. Existing installs will keep working. The name stays reserved for you. Continue? (y/N) y Unpublishing... ✓ my-agent is now unpublished You can republish anytime by bumping the version in ark.json and running ark publish.
For scripts and automation, use -y or --yes to skip the confirmation prompt.
$ ark unpublish my-agent --yes ✓ my-agent is now unpublished