Local AI coding copilot CLI - runs on your own hardware
Project description
CodePilotX
Local AI Coding Copilot - corre en tu propio hardware, usalo desde cualquier lugar.
Instalacion rapida
Linux / Ubuntu (VPS):
curl -fsSL https://raw.githubusercontent.com/fooxygg/CodePilotX/main/scripts/install.sh | bash
Windows PowerShell:
irm https://raw.githubusercontent.com/fooxygg/CodePilotX/main/scripts/install.ps1 | iex
Windows CMD:
curl -fsSL https://raw.githubusercontent.com/fooxygg/CodePilotX/main/scripts/install.cmd -o install.cmd && install.cmd && del install.cmd
O directo con pip:
pip install codepilotx
Uso
cpx # chat interactivo
cpx ask "explica este error" # pregunta rapida
cpx serve --port 4444 # inicia servidor en tu PC
cpx config server <url> # conectar a servidor remoto
cpx config api-key <clave> # proteger con API key
cpx status # ver estado de conexion
Arquitectura
VPS / cualquier maquina TU PC (GPU local)
┌─────────────────────┐ ┌─────────────────────┐
│ pip install │ HTTP → │ cpx serve │
│ codepilotx │ │ Ollama + modelo │
│ cpx chat │ │ puerto 4444 │
└─────────────────────┘ └─────────────────────┘
El modelo corre 100% en tu hardware. Sin costos, sin restricciones, sin privacidad comprometida.
Requisitos (servidor / tu PC)
- Python 3.9+
- Ollama
- Modelo:
ollama pull qwen2.5-coder:7b
Licencia
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codepilotx-0.2.0.tar.gz.
File metadata
- Download URL: codepilotx-0.2.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aadd40fa7f6067f079d0d0b36c5f9355fa587aa0fa5ac89d39ecd5598ae294a
|
|
| MD5 |
c4d1b3db77d615ff081f53d7c8ea0ae4
|
|
| BLAKE2b-256 |
db27574f0ef28139e6ab0b34f6364e98aed6c2c19d449a848a317ded855cc676
|
File details
Details for the file codepilotx-0.2.0-py3-none-any.whl.
File metadata
- Download URL: codepilotx-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aafa31d9965edce0fbb89014012e80874f0c898935e8bfb70a259af4978cbd6c
|
|
| MD5 |
425d51984e3a765e24f0b784a88de833
|
|
| BLAKE2b-256 |
46709a8dcbb7d9a9e5e26c72e23796babc4b199acad50ba1a20e3a94a17046f9
|