Giter Club home page Giter Club logo

ava's Introduction

Ava PLS

Air-gapped Virtual Assistant / Personal Language Server
Website | Twitter | Discord

Screen.Recording.2023-12-06.at.16.05.11.mov
Screen.Recording.2023-12-06.at.16.07.30.mov
Screen.Recording.2023-12-06.at.16.08.24.mov
Screen.Recording.2023-12-06.at.16.06.58.mov

Tech stack

  • Zig, C++, Swift UI, SQLite
  • Preact, Preact Signals, Twind

Local Development

Make sure you have:

  • Latest Zig
  • Node.js 20.5.1
    • only needed for fetching dependencies
  • Xcode (for macOS)
  • pkg-config (brew install pkg-config)
npm install
npm run watch
zig build && ./zig-out/bin/ava_aarch64 # or ./zig-out/bin/ava_x86_64

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.

zig build -Dheadless=true && ./zig-out/bin/ava_aarch64 # or ./zig-out/bin/ava_x86_64

macOS 12.6+ (Monterey)

Xcode is needed because of Swift UI

sudo xcode-select -switch /Applications/Xcode.app

Production build

./src/macos/create_dmg.sh

Or on Windows:

./src/windows/create_zip.sh

License

MIT

Contributing

Bug reports and pull requests are welcome but if you want to do a bigger change, please open an issue first to discuss it.

ava's People

Contributors

cztomsik avatar derikk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.