Getting started
Requirements
- Obsidian Desktop (plugin is desktop-only)
- GitHub Copilot access
- Copilot CLI installed and authenticated
- Node.js 18+ (for local development)
Install Vilot manually
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create
<Vault>/.obsidian/plugins/vilot/. - Copy the three files into that folder.
- Open Obsidian and enable Vilot in Settings → Community plugins.
First-run setup wizard
On first load, Vilot opens a setup wizard:
- CLI check: verifies
copilotconnectivity. - Auth check: validates model access.
- Test message: confirms end-to-end request/response.
- Done: marks setup complete and opens chat.
If setup fails, open Obsidian developer tools and review plugin logs.
Open chat
Use any of these:
- Ribbon icon: Open vilot chat
- Command: Vilot: Open chat
- Command: Vilot: Ask about vault (vault-focused prompt)
Local development
bash
npm install
npm run devProduction build:
bash
npm run buildValidation commands
bash
npm run lint
npm run build
npm run docs:build