https://github.com/quochuydev/cat
https://github.com/quochuydev/cat
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quochuydev/cat
- Owner: quochuydev
- License: mit
- Created: 2026-03-30T06:48:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T09:28:49.000Z (2 months ago)
- Last Synced: 2026-03-30T09:29:54.363Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


### 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.