An open API service indexing awesome lists of open source software.

https://github.com/quochuydev/cat


https://github.com/quochuydev/cat

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cat

### Installation

Download the latest release for your platform:

| Platform | Download | Note |
| --------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| macOS (Apple Silicon) | [Cat_0.1.0_aarch64.dmg](https://github.com/quochuydev/cat/releases/download/v0.1.0/Cat_0.1.0_aarch64.dmg) | Run `xattr -cr /Applications/Cat.app && open /Applications/Cat.app` |
| macOS (Intel) | [Cat_0.1.0_x64.dmg](https://github.com/quochuydev/cat/releases/download/v0.1.0/Cat_0.1.0_x64.dmg) | Run `xattr -cr /Applications/Cat.app && open /Applications/Cat.app` |
| Windows | [Cat_0.1.0_x64-setup.exe](https://github.com/quochuydev/cat/releases/download/v0.1.0/Cat_0.1.0_x64-setup.exe) | Click **More info** → **Run anyway** |
| Linux (deb) | [cat_0.1.0_amd64.deb](https://github.com/quochuydev/cat/releases/download/v0.1.0/cat_0.1.0_amd64.deb) | |
| Linux (AppImage) | [cat_0.1.0_amd64.AppImage](https://github.com/quochuydev/cat/releases/download/v0.1.0/cat_0.1.0_amd64.AppImage) | Run `chmod +x` before opening |

### UI

Cat

Cat Settings

### Chat API

Send a message to your cat from the terminal:

```bash
curl -X POST http://localhost:11451/say -d '{"message": "Hello from CLI!"}'
```

### Security

The source code is public, NO any personal information send to server or external.