Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cluzier/claude-companion
MacOS chatbot application powered by Claude AI's API
https://github.com/cluzier/claude-companion
chatbot claude-ai macos-app xcode
Last synced: 13 days ago
JSON representation
MacOS chatbot application powered by Claude AI's API
- Host: GitHub
- URL: https://github.com/cluzier/claude-companion
- Owner: cluzier
- License: mit
- Created: 2024-05-14T02:39:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T03:26:45.000Z (6 months ago)
- Last Synced: 2024-10-03T21:50:47.858Z (about 1 month ago)
- Topics: chatbot, claude-ai, macos-app, xcode
- Language: Swift
- Homepage:
- Size: 654 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude-Companion
Claude-Companion is a sophisticated macOS chatbot application powered by Claude AI's API. Seamlessly integrated with Xcode, it offers users an intuitive interface that looks and feels native to macOS. Engage in meaningful conversations, seek assistance, or simply enjoy casual chats with Claude Companion, your intelligent virtual companion right on your desktop.
## Run Locally
Clone the project
```bash
git clone https://github.com/cluzier/Claude-Companion.git
```- Open the `.xcodeproj` file in xcode
- Edit the `ClaudeAPI` file and insert your claude api key on line 4
- Build and run the MacOS application
## Screenshots
![App Screenshot](./screenshot1.png)
## Authors
- [@cluzier](https://www.github.com/cluzier)