Skip to content

zixiCat/CyberCat

Repository files navigation

CyberCat

CyberCat avatar

CyberCat wordmark

CyberCat is a small Nx workspace with:

  • a Fastify service that discovers runnable script commands and streams output over Server-Sent Events
  • a React web app that lets you filter, run, and watch those commands in a terminal-style UI
  • colocated command entrypoints under commands and a local .env file in the CyberCat root

Structure

Development

Create a local environment file from .env.example and add your credentials before running the xgd commands.

Start the service:

npx nx serve @cyber-cat/service

Start the web app:

npx nx serve @cyber-cat/web

Build both apps:

npx nx build @cyber-cat/service
npx nx build @cyber-cat/web

Commands

CyberCat discovers shell scripts directly from commands/xgd and commands/zixiCat. They run from the repository root:

bash ./commands/xgd/qwen-chat-llm-test.bash
bash ./commands/xgd/qwen-embed-test.bash
bash ./commands/xgd/qwen-rerank-test.bash
bash ./commands/zixiCat/copy-command2run-remote-bashrc.bash

About

Your AI desktop companion for chat, voice input, and natural speech. Talk, type, listen, and keep everything in one place.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors