blob: c1d8e9281a5bb583fb56330461f3fb17e41a3856 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# PearAI PKGBUILD
This repository contains the Arch Linux package build files for [PearAI](https://trypear.ai) - an open-source AI-powered code editor.
## About PearAI
PearAI is a modern code editor that leverages AI capabilities to provide features like:
- AI-powered code completion
- Natural language code explanations
- Smart code refactoring
- Codebase-aware Q&A
- Documentation integration
## Installation
You can install PearAI on Arch Linux using this PKGBUILD:
```bash
git clone https://github.com/gfrmin/pearai-pkgbuild
cd pearai-pkgbuild
makepkg -si
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|