Skip to content

bwl/karl

Repository files navigation

Karl

Fast, one-shot LLM queries for your terminal.

Install

brew tap bwl/ettio
brew install karl
karl init

Usage

karl run "your question or task"
karl run "analyze auth.go for security issues"

Pipelines

cat error.log | karl run "what went wrong?"
git diff | karl run "write a commit message"

Parallel Tasks

karl run "analyze auth.go" "analyze db.go" "analyze api.go"

Config Stacks

Named configurations that become verbs:

karl stacks create review         # Create a stack
karl review "check auth.ts"       # Use it as a command

Commands

karl run <task>       # Run a task (default stack)
karl init             # First-time setup
karl providers        # Manage LLM providers
karl models           # Manage models
karl stacks           # Manage config stacks
karl skills           # Manage agent skills

Documentation

Development

bun install
bun run build

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published