Interested? Join the waitlist to get early access.
Join the waitlist to get your download link.
Standard .dmg file. Nothing weird, nothing suspicious.
.dmgThat's the whole process. No terminal commands. No package managers. No YAML files. (You're welcome.)
When you open Vellum for the first time:
~/.vellum/workspace/ on your machine. This is your assistant's brain. Plain text files, fully readable and editable by you.Vellum creates one directory on your machine:
~/.vellum/ |-- workspace/ | |-- IDENTITY.md <- Your assistant's name, personality, emoji | |-- SOUL.md <- Core principles and behavior rules | |-- USER.md <- What your assistant knows about you | |-- LOOKS.md <- Avatar appearance (yes, it has a wardrobe) | |-- config.json <- Configuration | '-- skills/ <- Installed and custom skills -- ...
Everything is plain text. You can open these files in any editor, read them, change them, even put them in version control. Your assistant's brain is not a black box. It's a folder on your computer.
Your assistant may ask for macOS system permissions during use:
| Permission | What it enables | When it's requested |
|---|---|---|
| Full Disk Access | Reading files outside the sandbox (Downloads, Documents, Desktop) | When you ask it to look at files in those folders |
| Screen Recording | Seeing what's on your screen | When you want it to observe or interact with your screen |
| Accessibility | UI automation features | When you want it to control your computer |
Worth knowing: Full Disk Access means your assistant can read files anywhere on your machine when you approve individual actions. That's what makes it useful. It's also worth being intentional about. Check out Trust & Security for the full picture.
Right-click (or Control-click) the app in Finder and select "Open." macOS will let you proceed. This only happens the first time.
A macOS permission is missing. Your assistant will ask you to grant it through System Settings when this happens. Just follow the prompt.
The easiest way to get started is by downloading the Vellum Assistant desktop application. It handles all configuration and setup automatically.
Key terms and concepts used throughout the Vellum Assistant ecosystem.
Connecting to your Vellum account unlocks additional features such as syncing assistants across devices, accessing shared knowledge bases, and managing environments from the Vellum platform.
To connect your account, run the following command:
vellum loginThis will open a browser window where you can sign in with your Vellum account. Once authenticated, your local installation will be linked to your workspace.