Skip to main content

App Installation

The official resource repository is continuously updated with new and fun apps, helping you expand the capabilities of Beetle S1. It's designed for photography enthusiasts and players — no programming required, just download a ready-made app and get started.

App Library

The official resource repository is continuously updated with the latest apps for Beetle S1. Browse the complete app list and downloads here:

Installing Apps

1. Download an App

Open the app library, choose an app and download it.

2. Connect to Computer

Use the USB data cable (data port) to connect Beetle S1 to your computer. After a few seconds, a new USB drive will appear.

3. Add the App

  1. Drag the downloaded app file into the /apps folder on the USB drive

App file

4. Register the App

  1. Open apps/config.json on the USB drive with a text editor

config.json

  1. Add the new app information to config.json

Config example

Format:

Each app entry includes:

  • "name": App name
  • "folder": App folder path
  • "enabled": Whether the app is enabled
note
  • The config.json file must be updated for the app to appear on the device
  • The order of entries determines the display order

5. Launch the App

Once configured, power on the device, use left/right to select the app, and press the center button to launch it!

note

The Beetle S1 has no built-in microphone or 9-axis sensor. Apps from the Firefly T1 library that rely on these components (sound-reactive, gesture interaction) won't run directly. To achieve similar features, refer to the App Development section for external module solutions.

Go Further: Build Your Own App

The apps above already cover most use cases. If you want to go one step further and create truly your own apps, head over to the App Development section to learn how to write, package, and share your custom apps — starting from setting up the environment.