Desktop apps, desktop integrations and tools that bring the Prior ecosystem directly to your device.
Prior Vault
Cloud Storage Utilities
Prior Vault Desktop
Windows
A native Electron desktop client that syncs your Prior Vault to a local folder — just like Google Drive or Synology Drive. Runs silently in the system tray with full two-way sync.
System tray integration — always running in the background
Four sync modes: Full Sync, Upload Only, On-Demand, No Sync
File Explorer sidebar & storage bar — like OneDrive or Google Drive
Inline file previews — images, video, audio, code, PDF
Auto-start on Windows login with configurable sync interval
Prior Network
Social & Communication Utilities
Prior Discord Bot
Discord
Add the Prior bot to your Discord server. Browse the Prior Network feed, view profiles, check trending posts, and get AI responses — all without leaving Discord.
Prior Network feed, profiles & trending posts
AI chat, music, file conversion & moderation
Full slash command support
Coming Soon
Prior Browser Extension
Chrome · Firefox
Quick-access extension for Prior Network notifications, Vault uploads from any page, and AI assistant from the toolbar.
One-click save to Vault from any website
Real-time Network notifications
Prior AI
AI Utilities
Prior CLI
Cross-platform
The official Prior command-line tool. Interact with Prior AI, manage your Vault, and automate Prior services directly from your terminal.
An AI assistant for your terminal — built on the Prior Network platform.
Install
npm install -g prior-cli
Login
prior login
Opens a browser window to sign in with your Prior Network account.
Usage
prior chat
Starts an interactive chat session. Prior can read and write files, run shell commands, search the web, check the weather, generate images, and interact with the Prior Network — all from a single prompt.
What Prior can do
Capability
Example prompt
Files
read the file package.json
Shell
what node version am i on
Web search
what is the latest news in the philippines
Weather
what's the weather in tokyo
Image generation
generate a sunset over the ocean
Clipboard
read my clipboard
Prior Network
show my prior profile
Coding
write a python script that prints fibonacci numbers
Agent mode
Prior runs as an autonomous agent — it can chain multiple tool calls together to complete complex tasks without you having to break things down step by step.
> find all .js files in this project and tell me which one is the largest
Prior will list the directory, check file sizes, and report back — all in one go.
Slash commands
Command
Description
/help
Show available commands
/clear
Clear the conversation
/save <name>
Save the current session
/load <name>
Load a saved session
/saves
List all saved sessions
/delete <name>
Delete a saved session
/timer <duration>
Start a countdown timer (e.g. 30s, 5m, 1m30s)
/update
Check for updates and install if behind
/uncensored
Load Prior Uncensored model
/censored
Load Prior Standard model
/exit
Exit the CLI
Tips
Multiline input — end a line with \ and press Enter to continue on the next line
Clipboard images — press Alt+V to attach an image from your clipboard
Cancel — press Ctrl+C to cancel a running response