A local frontend for Ollama build on Remix. Use it as is or as a starting point for your own project.
Install the application globally
npm i -g localllama
Run the application
npx localllama
Clone the repository
git clone https://github.com/jacob-ebey/localllama.git
Install dependencies
pnpm i
Run in development mode
pnpm dev