This guide walks you through installing Pensight CLI and its AI Agent Skills on your computer. No coding experience needed. You'll just copy and paste a few commands.
<aside> ⏱️
Time needed: about 10 minutes
What you need: a Mac or Windows computer, an internet connection, and permission to install software
</aside>
Terminal (Mac) and PowerShell (Windows) are apps already installed on your computer. They let you type commands instead of clicking buttons. You don't need to understand the commands. Just copy and paste them exactly as shown.
Bun is a small program that Pensight CLI needs in order to run. You only install it once.
On Mac
Terminal, and press Enter.)curl -fsSL <https://bun.com/install> | bash
On Windows
PowerShell, then click Windows PowerShell.powershell -c "irm bun.sh/install.ps1 | iex"
If you'd like the official reference, see the Bun installation guide.
This step downloads Pensight CLI itself.