CLI tool for scaffolding Tether AI/ML desktop applications
npm install create-tether-appCLI to scaffold Tether AI/ML desktop applications.
``bash`
npx create-tether-app my-app
| Flag | Description |
| ------------------ | ---------------------------------------------------------------- |
| --llm | LLM backend: ollama (default), local-llm, openai, custom |-y, --yes
| | Skip prompts, use defaults |--tailwind
| | Include Tailwind CSS |--skip-install
| | Skip dependency installation |--use-npm
| | Use npm instead of pnpm |--use-yarn
| | Use yarn instead of pnpm |-v, --verbose
| | Show detailed output |--check
| | Verify required dependencies are installed |--list-templates
| | Show available LLM backends |--dry-run
| | Preview without creating files |
`bashInteractive prompts
npx create-tether-app my-app
- Node.js 18+
- pnpm 8+ (or npm/yarn)
- Python 3.11+
- uv
- Rust (cargo)