avapls.comAI tool

Ava PLS

avapls.com
Plans tarifaires

Aucun plan tarifaire detaille n'est encore disponible pour cet outil.

Presentation detaillee

Skip to main content Search Ava PLS Ava Ava is an open-source desktop application for running language models locally on your computer. It’s batteries-included GUI for llama.cpp Download / Build Download latest artifacts from Github Actions or build it yourself with zig build run or zig build run -Dheadless=true. Tech stack Zig, C++ (llama.cpp), SQLite Preact, Preact Signals, Twind License MIT --- Skip to main content Search Ava PLS Headless mode (works on Linux!) It is now possible to build Ava in headless mode. This will start a server and you can connect to it using a web browser. This is useful if you want to deploy Ava somewhere and connect to it remotely, or if you are using Linux, because we don’t have Qt/GTK support yet. You can pick the latest version from the GitHub Actions page or you can build it yourself. zig build run -Dheadless=true --- Skip to main content Search Ava PLS Local Development Make sure you have: Zig 0.14.0 Node.js 21.7.3 only needed for fetching dependencies & running tests Xcode (for macOS) pkg-config (brew install pkg-config) npm install npm run watch zig build run