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
An agentic AI assistant that lives in your terminal — it can write and edit code, research the web, run commands, generate images, and manage and automate Prior services. Powered by the Prior Network platform.
Agentic AI — codes, researches, and automates tasks
Edit files, search the web, run commands, generate images
An agentic AI assistant for your terminal — write and edit code, research the web, run commands, generate images, and automate Prior services. Built on the Prior Network platform.
Opens a browser window to sign in with your Prior Network account.
Usage
prior chat
Starts an interactive chat session. Prior is an agentic AI — it can read, write, and edit files, search your codebase, run shell commands, research the web, generate images, and automate Prior services, chaining tools together to finish a task from a single prompt.
What Prior can do
Capability
Example prompt
Read / write files
read package.json
Edit code (surgical)
in server.js change the port to 4000
Search the codebase
find every place we call fetchUser
Coding
write a python script that prints fibonacci numbers
Shell
what node version am i on
Web research
what is the latest news in the philippines
Weather
what's the weather in tokyo
Image generation
generate a sunset over the ocean
Prior Network
show my prior profile
Agent mode
Prior runs as an autonomous agent — it chains multiple tool calls together to complete complex tasks without you breaking them down step by step.
> find where generate_image is defined, then change its default steps to 25
Prior will locate the file, search for the code, read it, and make a surgical edit — all in one go.
Attach files with @
Type @ to pull a file into the conversation as context — an interactive picker appears (↑/↓ to select, Tab/Enter to insert).
> summarize @src/server.js and suggest improvements
One-shot mode
Run a single prompt and exit — scriptable and pipe-able, no chat session.
prior run "explain what this project does"
cat error.log | prior run "what's causing this error?"
prior run --yes "in config.js bump the timeout to 30s" # --yes auto-approves edits
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
/compact
Compress the conversation to free up context
/learn
Scan the current directory into a prior.md project context
/usage
Show today's token usage
/timer <duration>
Start a countdown timer (e.g. 30s, 5m, 1m30s)
/update
Check for updates and install if behind (works for npm and the exe)
/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
Requirements
Node.js 16+ (npm install) — or the standalone prior.exe, no Node needed