ARK

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.

Read WAGY

Ark

This site is private. Enter the password to continue.

ark outdated

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.

Syntax

Usage
ark outdated

All packages up to date

Terminal
$ ark outdated

  Checking 4 package(s)...

   All 4 package(s) up to date.

Outdated packages found

Terminal
$ 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 meanings

StatusMeaning
outdatedA newer version exists in the registry — run ark update <name>
unpublishedInstalled locally but no longer in the registry (creator unpublished or it was rejected)
errorRegistry could not be reached or returned an unexpected response
No flags: ark outdated is intentionally read-only. It never modifies anything. To act on its output, run ark update.
  • → ark update — upgrade one package or all at once with --all
  • → ark list — see all installed packages with their current versions