The package manager for ComputerCraft

Lua packages, programs, and their dependencies on any CC:Tweaked computer, one in-game command away.

Try:

Get started

  1. 1

    Craft a computer

    Any computer in a world with HTTP enabled will do.

  2. 2

    Bootstrap cpm

    Run the installer straight off the registry:

    >wget run registry.cpm.chungindustries.com/install
  3. 3

    Install packages

    Anything in the package index, dependencies included:

    >cpm install <name>
cpm install <name>[@<version|range|tag>]
Install packages and their dependencies
cpm remove <name>
Uninstall packages
cpm update [<name>]
Re-resolve and update installed packages
cpm list
Show what is installed on this computer
cpm search [<query>]
Find packages in the registry