Aiming to provide a seamless and privacy driven chatting experience with open-sourced technologies(Ollama), particularly open sourced LLM's(eg. Llama3.1, Phi-3, Mistral). Focused on ease of use.
LLocal can be installed on Windows, Mac and Linux.
At some point: would want to pivot LLocal in a different direction... (Although would need to discuss this with the users.)
LLocal's builds are unsigned at the moment, meaning there will be an unknown publisher alert on Windows and Mac. But, on mac it does not open because the code is unsigned and to solve this issue you can do either of the following:
Running a manual build by cloning the repo and then running the npm run build:mac:arm
for m series or npm run build:mac:intel
for intel based macs. When you build it on your own, that time apple does not throw the error. I know this is inconvenient but the build does take at max a few minutes.
Incase, you don't want to build it by yourself then you can also try the Universal build that seems to be more stable than the separate builds, but then you'd get the developer is not verified error which can be by passed by following this video .
The link to the mac universal build is this.
LLocal is an Electron application with React and TypeScript.
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS (m-series)
$ npm run build:mac:arm
# For macOS (intel-chips)
$ npm run build:mac:intel
# For Linux (Supported now!)
$ npm run build:linux
You can refer to the Contribute.md