base

(β˜… 119)

A local, GitHub-centric operating contract that makes a collection of independent repositories behave like one understandable, verifiably ready workspace for humans and coding agents.

  • .codexignore
  • .coveragerc
  • .gitignore
  • .pylintrc
  • AGENTS.md
  • base_init.sh
  • base_manifest.yaml
  • bootstrap.sh
  • CHANGELOG.md
  • conftest.py
  • CONTRIBUTING.md
  • FAQ.md
  • install.sh
  • LICENSE
  • pytest.ini
  • README.md
  • requirements-dev.txt
  • skills.md
  • STANDARDS.md
  • VERSION

# Installation Guide

1. Get the code
git clone https://github.com/basefoundry/base

Downloads the entire project code from GitHub to your computer.

cd base

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
curl -fsSL https://raw.githubusercontent.com/basefoundry/base/HEAD/bootstrap.sh | bash

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

brew install basefoundry/base/base-bash-libs

Installs the pre-built package via Homebrew β€” no source build required.

brew install basefoundry

Installs the pre-built package via Homebrew β€” no source build required.

curl -fsSL https://raw.githubusercontent.com/basefoundry/base/HEAD/install.sh | bash

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation