pawscode
v0.2.2
Published
Paws CLI - an AI-powered coding assistant
Readme
- Quickstart
- Usage Examples
- Why Paws?
- Command-Line Options
- Advanced Configuration
- Documentation
- Troubleshooting
- The musl binary has fewer system dependencies and should work on most Linux systems regardless of glibc version.
- Community
- Support Us
- License
Quickstart
To get started with Paws, run the command below:
npx pawscode@latestOr install globally:
npm install -g pawscodeWhy Paws?
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
Troubleshooting
Linux glibc Compatibility Issues
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:
FORCE_MUSL=1 npx pawscode@latestCommunity
- Discord - Join the community
- GitHub Issues - Report bugs and request features
License
MIT License - see LICENSE for details.
