Get started
Install from the website (recommended)
- Open the Download page.
- Pick your OS and version, then run the installer.
- Launch NELA and create or continue a workspace.
- (Optional) Sign in from Profile if you want NELA Cloud.
First session checklist
- Create a workspace from the startup screen.
- Stay on Private, or switch to Cloud after signing in.
- Install at least one chat model in Settings (Private), or use Cloud tiers.
- Try a simple Chat question.
- Turn on File Indexer (Search my files) for a project folder — or add a few PDFs to the Document library.
- Ask for a short presentation or spreadsheet if you want to see file creation.
Run from source (developers)
cd genhat-desktop
npm ci
npx tauri dev
Needs Node.js 24+, Rust, and the usual Tauri system libraries on Linux. Custom model path (dev): GENHAT_MODEL_PATH.
Stuck?
See Fix problems.