Skip to content

Releases: abra-code/AIChatApp

AIChat.app version 1.2

Choose a tag to compare

@abra-code abra-code released this 08 Jun 08:53

AIChat now requires macOS 14.6 and an Apple Silicon mac (arm64)

What is new in version 1.2:

  • out-of-the-box agentic tooling via bundled MCP servers:
  • MCP Servers inspector window
  • configurable, agentic-tools and sandbox setup before model launch
  • LLM model choice help
  • updated llama.cpp to b9553

AIChat.app version 1.1

Choose a tag to compare

@abra-code abra-code released this 18 May 06:47
  • Added local model selector dialog, trying to find GGUF model files you might have downloaded with HuggingFace or LM Studio.
  • Added a HuggingFace model browser and downloader.
  • Improved calculations for context size. Added settings for reduced kv cache size, making even more context size available per RAM.
  • Added 10 min inactivity setting to llama-server to unload the model and free the memory - now the app can be left open in the background and will not wire the RAM permanently
  • update llama-server to b9204

AIChat now requires macOS 14.6. The release is only for Apple Silicon macs (arm64). Intel mac support dropped - you cannot get a reasonable inference speeds on these machines.

AIChat.app version 1.0.2

Choose a tag to compare

@abra-code abra-code released this 14 Nov 00:28

Misc fixes:

  • dark theme fix
  • attempt to set a better context size depending on system RAM
  • update llama.cpp to b7020
  • improve loading pages
  • persist last window size and position

AIChat.app version 1.0.1

Choose a tag to compare

@abra-code abra-code released this 03 Nov 08:59

Improve handing of slow llama-server launch with longer timeout, especially for the first launch of the app.
Track server launch progress in the WebView and give user more information if something goes wrong.
No executable binaries have been changed since v 1.0.

AIChat.app version 1.0

Choose a tag to compare

@abra-code abra-code released this 31 Oct 10:22

Initial release
AIChat.app is an app for running large language models in GGUF format locally.
Embedded llama-server is taken from this release:
https://github.com/ggml-org/llama.cpp/releases/tag/b6895

Download the archive with architecture appropriate for your computer.
Running some bigger models on outdated Intel Macs could be a painful experience. Apple Silicon Macs fare much better.