|
|
Offbrand Terminal AI β Hyper-Intelligent. No Subscription.
"i'm like GitHub Copilot but i actually understand GLSL and i don't try to sell you subscriptions"
A free, open-source terminal AI assistant. Talks about code, shaders, audio, video, and whatever you want. Dual AI providers with automatic failover. Voice input/output. Spotify integration. Plugin system. Persistent memory. All local. All free.
npm install -g chrxmaticc-copilotOr run without installing:
npx chrxmaticc-copilotchrxmaticc-copilot Start interactive chat
chrxmaticc-copilot --ask "what is ray marching?" Single question
chrxmaticc-copilot --idea Get a creative shader idea
chrxmaticc-copilot --credits Show credits| Provider | Role | Key Required |
|---|---|---|
| Pollinations AI | Primary | No |
| Groq (Llama 3 8B) | Fallback | Yes (free tier) |
| personality.js | Offline | Never |
Automatic failover: Pollinations β Groq β Offline. Never down.
/voice Talk with microphone
/speak <text> TTS speaks out loud
/mute / /unmute Toggle TTS
/run <command> Execute terminal commands safely
/roll 2d20 Roll dice
/8ball <question> Magic 8-ball
/save Save chat to file
/clear Clear conversation history
/provider Show current AI provider and stats
/clipboard on Watch clipboard for errors, auto-suggest fixes
/complete <cmd> Auto-complete terminal commands
/review <code> AI code review
/sys System monitor (CPU, RAM, uptime)
/passwd <length> Generate secure password
/qr <text> Generate QR code in terminal
/color #ff0000 Preview a color
/help Show all commands
/exit Quit/spotify login Log in with Spotify (OAuth, no password stored)
/spotify callback <url> Complete authentication
/spotify playing Show currently playing track
/spotify playlists List your playlists
/spotify create <name> Create a new playlist
/spotify search <query> Search for music
/spotify logout Log out (session cleared)
/song <track> - <artist> AI analyzes a song
/similar <track> Get similar song suggestions
/playlist <mood> AI generates a playlistπ Your data is never stored. Credentials go directly to Spotify via OAuth.
Drop .js files in ~/.chrxmaticc/plugins/ and they auto-load.
/weather <city> Instant weather (wttr.in)
/crypto <coin> Live crypto prices (CoinGecko)
/translate <text> to <lang> Google Translate
/github <username> GitHub profile stats
/focus <minutes> Pomodoro timer with TTS alerts// plugins/mycommand.js
module.exports = {
name: 'mycommand',
description: 'What it does',
category: 'custom',
run: async function(args, context) {
return 'Hello from my plugin! You said: ' + args;
}
};Drop it in the folder. Restart copilot. It auto-loads.
All conversations saved to ~/.chrxmaticc/conversations.json. Survives reboots. No database needed.
/memory Show memory stats
/memory recall <query> Search past conversations/easter Easter eggs
/midnight Midnight mode
/vault The vault
/ping Latency check
/credits Author credits
/matrix The MatrixStart the HTTP API:
node bin/server.jsEndpoints:
POST /chat Single-user chat POST /multi-chat Multi-user with isolated memory POST /voice Process voice messages GET /health Server status GET /dashboard Web chat interface
| Key | Tier | Rate Limit |
|---|---|---|
| chrxmaticc_public | Public | 10 req/min |
| (your custom key) | Master | 100 req/min |
Set master key: export CHRXMATICC_MASTER_KEY="your-secret-key"
Standalone binaries. No Node.js required.
executables/ βββ chrxmaticc-copilot.exe (Windows) βββ chrxmaticc-copilot-macos (macOS) βββ chrxmaticc-copilot-linux (Linux)
Build: npm run build
- AI: Pollinations AI + Groq (Llama 3 8B)
- Voice: Google TTS + STT
- Spotify: OAuth + Web API
- Memory: JSON (zero dependencies)
- Plugins: Dynamic require()
- Executables: pkg (Node.js bundler)
chrxmaticc-copilot/ βββ bin/ β βββ copilot.js CLI entry β βββ server.js API server entry βββ src/ β βββ chat.js Single-user chat engine β βββ multi-user-chat.js Multi-user chat engine β βββ personality.js Personality module β βββ tts.js Text-to-speech β βββ stt.js Speech-to-text β βββ voice.js Voice engine β βββ memory.js Persistent memory β βββ plugin-engine.js Plugin system β βββ discord.js Discord integration β βββ apis/ β β βββ pollinations.js Primary AI provider β β βββ groq.js Fallback AI provider β β βββ server.js HTTP API server β βββ extensions/ β βββ clipboard-watcher.js β βββ terminal-hook.js β βββ code-review.js β βββ spotify.js βββ executables/ Desktop binaries βββ package.json βββ README.md
Chrxmee-Midnightt
MIT β Offbrand. Unlicensed vibes. Do whatever you want.
|
