install-cli

Install Pasture protocol binaries from GitHub Releases, Go modules, or Nix.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/dayvidpham/pasture --skill install-cli-dayvidpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-cli
Source: https://github.com/dayvidpham/pasture/tree/main/.opencode/skill/install-cli
Command: npx skills add https://github.com/dayvidpham/pasture --skill install-cli-dayvidpham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, curl, python3, go.

What problem does it solve?

This skill automates the complex process of downloading, verifying, and installing the correct Pasture protocol binaries for your specific operating system and architecture.

Core Features & Use Cases

  • Multi-Platform Support: Automatically detects and installs the appropriate binary for Linux or macOS on x86_64 or ARM64 architectures.
  • Flexible Installation: Supports GitHub Releases, Go source installation, or Nix profile management to ensure compatibility with your environment.
  • Use Case: Quickly set up the Pasture runtime environment on a new machine by running a single command to fetch the latest pastured, pasture, and pasture-release binaries.

Quick Start

Invoke the install-cli skill to automatically detect your platform and install the latest Pasture binaries to your local bin directory.

Frequently Asked Questions about install-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Pasture protocol binaries on macOS and Linux automatically?

To install Pasture protocol binaries automatically, use this skill to detect your OS and architecture, then fetch the correct pastured daemon and CLI tools from GitHub Releases to your local bin directory.

What is the best way to set up the Pasture runtime environment on a new machine?

Setting up the Pasture runtime environment is best handled by invoking this skill, which maps your system architecture to the appropriate binary suffixes and retrieves the latest pasture binaries in a single command.

Does Pasture binary installation support both x86_64 and ARM64 architectures?

Yes, Pasture binary installation supports cross-platform deployment across Linux and macOS by automatically mapping both x86_64 and ARM64 system architectures to their appropriate binary suffixes.

Can I use Nix or Go to install Pasture binaries instead of GitHub Releases?

You can install Pasture binaries using GitHub Releases, Go module proxies for source installation, or Nix profile management, ensuring flexible compatibility with your specific environment.

Do I need curl and gh installed to retrieve Pasture CLI tools?

Yes, you need curl and gh installed, along with python3 and go, as these dependencies are required to automate the retrieval and verified installation of the Pasture CLI tools.