Your desktop AI assistant. Chat with your files and search the internet. Keep your conversations in your computer.
You'll need to go to Settings
and provide an OpenAI developer API key.
The application runs a server on port 3001
so you want to make sure there's nothing else running there.
$ cd my-app
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)