Paws CLI - an AI-powered coding assistant
npm install pawscodeA coding agent
npx pawscode@latest


---
Table of Contents
- Quickstart
- Usage Examples
- Why Paws?
- Command-Line Options
- Advanced Configuration
- Provider Configuration
- Managing Provider Credentials
- Deprecated: Environment Variables
- paws.yaml Configuration Options
- Environment Variables
- MCP Configuration
- Example Use Cases
- Usage in Multi-Agent Workflows
- Documentation
- Troubleshooting
- Linux glibc Compatibility Issues
- The musl binary has fewer system dependencies and should work on most Linux systems regardless of glibc version.
- Community
- Support Us
- License
---
To get started with Paws, run the command below:
``bash`
npx pawscode@latest
Or install globally:
`bash`
npm install -g pawscode
Paws is an AI-powered coding assistant that integrates seamlessly with your development workflow. It provides:
- Intelligent Code Generation: Generate, modify, and refactor code with AI assistance
- Multi-Platform Support: Works on macOS, Linux, Windows, and Android
- Multiple LLM Providers: Support for OpenAI, Anthropic, and other providers
- File System Integration: Seamlessly work with your project files
- Shell Integration: Execute commands and work with your terminal environment
On Linux systems, the gnu binary requires glibc 2.39 or higher. If you're on an older Linux distribution, the package will automatically use the musl binary instead.
You can force the use of the musl binary by setting the FORCE_MUSL environment variable:
`bash``
FORCE_MUSL=1 npx pawscode@latest
- Discord - Join the community
- GitHub Issues - Report bugs and request features
MIT License - see LICENSE for details.