Renset / macai

Swift powered native macOS client for Ollama, ChatGPT and compatible API-backends

Home Page:https://renset.gumroad.com/l/macai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macai

GitHub top language GitHub code size in bytes GitHub Workflow Status GitHub GitHub all releases

macai (macOS AI) is a simple yet powerful native macOS client made to interact with modern AI tools (ChatGPT- and Ollama-compatible API are supported).

Downloads

You can download latest signed binary on Releases page.

You can also support project on Gumroad.

Build from source

Checkout main branch and open project in Xcode 14.3 or later

Features

  • ChatGPT/Ollama and other compatible API support
  • Organized with chats, where each chat has its own context
  • Customized system messages (instructions) per chat
  • System-defined light/dark theme
  • Backup and restore your chats
  • Customized context size
  • Any model with compatible API can be used
  • Formatted code blocks
  • Formatted tables, copy as JSON
  • With tabs, one can easily work with multiple chats simultaneously
  • Data is stored using CoreData
  • Streamed responses
  • Automatically generate chat names

Project status

Project is in the active development phase.

Contributions

Contributions are welcomed. Take a look at macai project page and Issues page to see planned features/bug fixes, or create a new one.

Run with ChatGPT

To run macai with ChatGPT, you need to have ChatGPT API token. You can get it here. Add the token to the settings and you are ready to go. Note: by default, gpt-3.5-turbo model is selected. You can change it in the New Chat settings.

Run with Ollama

Ollama is the open-source back-end for various LLM models. Run with Ollama is very easy:

  1. Install Ollama from the official website
  2. Follow installation guides
  3. After installation, select model (llama3 is recommended) and run ollama using command: ollama run llama3
  4. In macai LLM settings, set ChatGPT/LLM API Url to http://localhost:11434/api/chat: CleanShot 2024-04-22 at 17 16 18@2x
  5. In macai New Chat settings, set model to llama3
  6. Changing default instructions is recommended
  7. Test and enjoy!

Screenshots

Starting screen

Welcome screen of macai ChatGPT client: dark themed window with an icon of happy looking retro-futuristic robot in front of sparkles. Button 'Open Settings' is displayed to allow a user to set her API token

Customized system message

An example of custom system message and ChatGPT responses:

CleanShot 2023-04-23 at 00 29 53@2x

Code formatting and syntax highlighting

The syntax of the code provided in ChatGPT response will be highlighted (185 languages supported)

Syntax highlighting in dark mode

Syntax highlighting in light mode

Table formatting

In most cases, tables in ChatGPT repsonses can be formatted as follows:

An application window with formatted table

Settings

Settings window with ChatGPT API settings: API URL, API token and Test API credentials button

License

MIT

About

Swift powered native macOS client for Ollama, ChatGPT and compatible API-backends

https://renset.gumroad.com/l/macai

License:MIT License


Languages

Language:Swift 100.0%