🤖AI-generated documentation✓ curatedAI Generated
This page was drafted by an AI assistant and may contain inaccuracies. This content has been reviewed by a human curator.More info about content generation types ↗
Curator notes: Maybe some screenshots or something? more info about the installer and the difference between the app and the server_only stuff
About content generation types
🤖
AI Generated — Page drafted entirely by AI from codebase or prompt instructions.
(e.g., docs generated from codebase analysis)
← this page(e.g., docs generated from codebase analysis)
✋→🤖
AI Transformatted — Human provided raw material; AI restructured it into a different format.
(e.g., livestream → blog post, meeting notes → docs)
(e.g., livestream → blog post, meeting notes → docs)
✋
Human Generated — Page written entirely by a human author.
(e.g., hand-written tutorial)
(e.g., hand-written tutorial)
Instalacion
Descargar SkellyCam
La forma mas facil de empezar es descargar el instalador precompilado para tu sistema operativo desde la pagina de Descargas.
Plataformas disponibles:
- Windows — Instalador
.exe - macOS —
.dmg(Intel y Apple Silicon) - Linux —
.AppImageo.deb
El instalador es autocontenido — incluye tanto el servidor de SkellyCam como la interfaz de usuario, asi que no necesitas instalar Python, Node.js, ni ninguna otra dependencia.
Notas para Linux
- El
.AppImagepuede necesitar permisos de ejecucion:chmod +x SkellyCam-*.AppImage - La grabacion de audio requiere PortAudio:
sudo apt install portaudio19-dev
Instalar desde el codigo fuente
Si eres desarrollador o colaborador y quieres ejecutar desde el codigo fuente, consulta la seccion de Desarrollo para las instrucciones completas de configuracion.