ponylangponylangOfficialยท1 Agent Skills Included

ponyup

Install, switch, and manage Pony compiler toolchain versions

Installs and manages multiple versions of the Pony compiler and related tools side by side. Switches between release and nightly builds instantly without manual downloads or path edits. Handles platform detection across Linux, macOS, and Windows so developers avoid broken installs and version conflicts.
npx skills add ponylang/ponyup --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ponyup?โ–ผ

Run `npx skills add ponylang/ponyup --all -g -y` in your terminal to install all skills in this repository globally.

What does ponyup do?โ–ผ

Ponyup is the Pony toolchain multiplexer. It downloads, installs, and switches between multiple versions of the Pony compiler and related tools on your machine.

How do I switch between Pony compiler versions?โ–ผ

Use `ponyup select ponyc nightly <date>` or `ponyup select ponyc release <version>` to set any installed version as your default compiler.

Does ponyup work on Windows and macOS?โ–ผ

Yes. Ponyup supports Linux, macOS, and Windows, with automatic platform detection and an option to set the platform manually using `ponyup default`.

Can I install older Pony versions with ponyup?โ–ผ

Yes. Run `ponyup update <package> release <version>` to install any prior release or nightly build available on Cloudsmith.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’