Skip to content

glmaljkovich/gimmick

Repository files navigation

Gimmick

Your desktop AI assistant. Chat with your files and search the internet. Keep your conversations in your computer.

Gimmick screenshot

Set up

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.

Development

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Run in development mode

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

Create an executable

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published