Skip to main content
🤖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.
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 GeneratedPage drafted entirely by AI from codebase or prompt instructions.
(e.g., docs generated from codebase analysis)
← this page
✋→🤖
AI TransformattedHuman provided raw material; AI restructured it into a different format.
(e.g., livestream → blog post, meeting notes → docs)
Human GeneratedPage written entirely by a human author.
(e.g., hand-written tutorial)
More info about content generation types ↗

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.exe installer
  • macOS.dmg (Intel and Apple Silicon)
  • Linux.AppImage or .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 .AppImage may 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.