A universal toolkit that empowers AI agents to discover and execute the right tools for any task.
This repository is the official Homebrew tap for the Toolprint CLI.
Toolprint provides an AI-native toolkit for dynamic tool use. It allows your AI agents to securely find, connect to, and run the right tools for any job, from simple API calls to complex, multi-step workflows.
- Discover more: Visit our website at toolprint.ai
- Build with our SDK: Check out the TypeScript SDK
Getting started is simple. You can install the formula with a single command:
brew install toolprint/tap/toolprintAlternatively, you can tap the repository first, then install the formula:
brew tap toolprint/tap
brew install toolprintOnce installed, you can use the toolprint command.
The easiest way to get started is to join the Toolprint sandbox, which comes pre-loaded with public tools and connected servers.
Run the following command and follow the prompts to create your account:
toolprintAfter setting up your account, get started by viewing the available commands:
toolprint helpTo check your installed version:
toolprint --versionTo upgrade to the latest version of the Toolprint CLI, run:
brew update
brew upgrade toolprintIf you encounter a bug or have an idea for a new feature, we'd love to hear from you. Please use our issue templates on GitHub to provide the necessary details.
-
🐛 Bug Report: If the formula isn't working as expected, file a Bug Report.
-
✨ Feature Request: Have an idea to improve the formula or installation process? Suggest a new feature.
Before creating a new issue, please check to see if a similar one has already been opened.
The source code for this Homebrew tap is available under the MIT License. See the LICENSE file for more details.
The Toolprint CLI binary distributed by this formula is licensed under a separate EULA.
For tap maintainers: See DEVELOPMENT.md for maintenance instructions.