ANIE

Experience the future of AI chat with this powerful macOS client.
Seamless, intelligent and intuitive.

Swift Coding Acceleration

Swift Code Excellence

Swift is a breeze makes ANIE the best companion for devs

// Swift UI example
struct ContentView: View {
  var body: some View {
    VStack {
      Text("Hello, ANIE!")
      Button("Generate") {}
    }
  }
}

5x Faster Development

Work up to 5x faster with code, debugging and refactoring

  • Instant code generation
  • Smart debugging

Apple Frameworks Expertise

Platform aware guidance on SwiftUI, UIKit and AppKit

SwiftUI AppKit

Advanced Swift Patterns

Master Swift paradigms with Artificial Intelligence

  • Protocol-oriented
  • Value types

Performance Optimization

Refactoring and code optimization

  • Error correction
  • Memory leaks

Swift 5 & 6 Concurrency

Harness Swift concurrency with expert advice.

async/await tasks

Why Choose ANIE

Profiles Galore

Add your own custom profile for each LLM and switch to another on the fly, anytime!

  • Multiple LLM providers
  • Customize model settings
  • Switch contexts easily

Feature Packed

Edit your chat history, omit and rewmin messages. Puts you in full control over the conversation.

  • Edit previous messages
  • Rewind conversations
  • Export chat history
ANIE Chat Interface

Open Source on GitHub

ANIE is open source and available on GitHub. Get involved, contribute, or simply explore the code.

Download from GitHub Releases

The latest stable releases are available on GitHub:

https://github.com/superbox64/anie/releases

Compile from Source

ANIE can be compiled from source using Xcode or the command line:

Using Xcode:

  1. Clone the repository: git clone https://github.com/superbox64/anie.git
  2. Open ANIE.xcodeproj in Xcode
  3. Select your target device/simulator
  4. Build and run (⌘+R)

Using Command Line:

# Clone the repository
git clone https://github.com/superbox64/anie.git
cd anie

# Build using xcodebuild
xcodebuild -project ANIE.xcodeproj -scheme ANIE -configuration Release

# The compiled app will be in ./build/Release/ANIE.app

Create DMG for Distribution:

# After building, run the create_dmg script
sh ./create_dmg.sh