# ClaudeChat-Snow-Leopard (iChatAI) 
A native macOS Snow Leopard (10.6.8) Cocoa AI chat client powered by the Anthropic Claude API.
Built and tested on a White MacBook (MacBook4,1) running 10.6.8.
## Features
- Native Cocoa app (Objective-C, manual retain/release, no ARC)
- iChat-style HTML chat bubbles via WebView
- Bundled curl-static binary for TLS 1.2 support on 10.6
- API key stored securely in macOS Keychain
- Setup window on first launch
## Requirements
- macOS 10.6 Snow Leopard
- Anthropic API key (get one at https://console.anthropic.com)
## Installation
Download iChatAI-1.0.1.pkg from Releases and run the installer.
https://github.com/Daniel-McDonald95/ClaudeChat-Snow-Leopard/releases/latest
## Building from Source
- Xcode 3.2.6
- Open iChatAI.xcodeproj and build
## Roadmap
### v1.0
- Initial Release
### Planned
- Conversation History
- OpenAI Support
- Better iChat styling
- Saved chats
- AI personalities
## Version History
- v1.0 - Initial release
- v1.0.1 - Bug Fixes
## Screenshots