🤖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)
Installation
Download SkellyCam
The easiest way to get started is to download the pre-built installer for your operating system from the Download page.
Available platforms:
- Windows —
.exeinstaller - macOS —
.dmg(Intel and Apple Silicon) - Linux —
.AppImageor.deb
The installer is self-contained — it bundles both the SkellyCam server and the UI, so you don't need to install Python, Node.js, or any other dependencies.
Linux Notes
- The
.AppImagemay need to be made executable:chmod +x SkellyCam-*.AppImage - Audio recording requires PortAudio:
sudo apt install portaudio19-dev
Install from Source
If you're a developer or contributor and want to run from source code, see the Development section for full setup instructions.