Applications

From AsteroidOS

Preinstalled

Agenda

A calendar app, with support for adding events. Each event has a name and an event time. Switch days by swiping left and right. View events for a given day by tapping on the date. Add new events from the day view by tapping the plus (+) button. Edit events by tapping on the event. Switch back to the overview by tapping at the top of the screen or swiping down. Switch months by tapping at the top of the screen in the overview.

The calendar does not automatically sync to your smartphone calendar. However, you can sideload and import .ical exported calenders using icalconverter import test.ics -d on the watch.

To get that .ical out of Nextcloud, use:

curl -o test.ics -u USER:PASSWORD "http://[IP-ADRESS]/remote.php/dav/calendars/[USER]/[CALENDAR-URI]?export"


Alarm Clock

An alarm clock app, which can support multiple repeating alarms.

Swipe left and right to view different alarms. Tap the plus (+) icon to add a new alarm. If you have any alarms set up, you can find the plus (+) icon by swiping to the end of the list. Alarms can be set to repeat on a given day of the week, or to trigger once. You can enable or disable an alarm by tapping the checkbox, change the time of the alarm by tapping the alarm's time, change the repetition by tapping the repetition text, and delete the alarm by tapping the trash icon.

A non-repeating alarm will disable itself after triggering. You can set it to trigger once again by enabling it.

When an alarm is triggered, you can dismiss it by tapping the tick icon, or snooze it for five minutes by tapping the 'zzz' icon or pressing the power button. The alarm will also automatically snooze after 30 seconds of ringing and will dismiss itself after three automatic snoozes.

Calculator

A simple calculator app.

Diamonds

A 2048 style game. Swipe diagonally to move all tiles in the direction of your swipe, colliding tiles of the same numeric value will add together. The game ends when the screen fills with tiles and there are no more moves left.

Flashlight

A simple 'flashlight' app that turns your watch screen white. Toggle the 'flashlight' by tapping the screen.

Music

A controller for music playing on your phone. The app shows the current track title and artist, and allows you to play and pause, skip tracks and adjust volume.

Settings

A settings app.

Stopwatch

A simple stopwatch app.

Timer

A simple timer app.

When a timer is triggered, you can dismiss it by tapping the tick icon or repeat the timer by tapping the repeat icon.

Weather

A weather app which shows up to 5 days' worth of data.

The app gets data from a paired device. If you are unable to pair your watch to a smartphone, it is possible to use Beroset's Asteroid-Weatherfetch to fetch data by connecting your watch to the internet.

Preinstalled on some watches

These applications will only come on watches that have appropriate hardware. They can also be installed on watches without the correct hardware, but may not work correctly.

Compass

A basic compass app, which shows cardinal directions around the perimeter and a numeric heading in the middle of the screen.

Heart Rate Monitor

A basic application that shows the current reading from the heartrate sensor. The previous reading is shown with an arrow to the left of the current reading. This will move to indicate whether the current reading is lower or higher than the previous.

Make sure to have your watch strapped firmly to your wrist in order to get the best reading. However, do not overtighten it beyond what is comfortable.

Optional

These applications are not installed by default but are prebuilt packages available for installation using opkg as described here.

retroarch

Homepage: https://www.retroarch.com/

Cross-platform, sophisticated frontend for the libretro API

RetroArch is the reference frontend for the libretro API. Popular examples of implementations for this API includes video game system emulators and game engines as well as more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as libretro cores.

neofetch

Homepage: https://github.com/dylanaraps/neofetch

A command line interface system information tool written in BASH.

asteroid-qmltester

Homepage: https://github.com/MagneFire/asteroid-qmltester.git

Asteroid's qmltester app

This is an application that allows a developer to quickly try out QML designs on the watch without needing to write an entire application.

vim

Homepage: https://www.vim.org/

Vim is a greatly improved version of the good old UNIX editor Vi. Many new features have been added: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc.

desktop-file-utils

Homepage: http://www.freedesktop.org/wiki/Software/desktop-file-utils

Command line utilities for working with *.desktop files.

desktop-file-utils contains a few command line utilities for working with desktop entries.

In this context, desktop entries are files describing information about an application such as the name, icon, and description. These files are used for application launchers and for creating menus of applications that can be launched.

nano

Homepage: http://www.nano-editor.org/

Small and friendly console text editor.

GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.

unofficial-watchfaces

Homepage: https://github.com/AsteroidOS/unofficial-watchfaces

A collection of AsteroidOS unofficial watchfaces. Watchface creation in QtQuick is really easy! You can learn how to make your own by following the Watchface Creation Guide. This is a great place to start getting ideas and examples for your own custom watchface.

cronie

Homepage: https://github.com/cronie-crond/cronie/

Cron daemon for executing programs at set times.

Cronie contains the standard UNIX daemon crond that runs specified programs at scheduled times and related tools. It is based on the original cron and has security and configuration enhancements like the ability to use pam and SELinux.

asteroid-map

Homepage: https://git.dodorad.io/dodoradio/asteroid-map/about/

A map app for AsteroidOS that aims to provide a useful map app optimised for small and round displays, and devices with limited connectivity.

asteroid-weatherfetch

Homepage: https://github.com/beroset/asteroid-weatherfetch.git

This app uses an internet connection from the watch to fetch weather forecast data to be used for the Weather app in AsteroidOS

asteroid-sensorlogd

Homepage: https://git.dodorad.io/dodoradio/asteroid-sensorlogd

The asteroid-sensorlogd application is a background application that logs the user's steps and heartrate over time. It is responsible for getting and logging the information used by asteroid-health.

asteroid-health

Homepage: https://git.dodorad.io/dodoradio/asteroid-health

The asteroid-health app is an application that tracks the user's steps and heartrate. It uses asteroid-sensorlogd as the underlying engine that reads the data and stores it on the watch. Unlike other watch applications, asteroid-health NEVER sends your data to the cloud or to any third party.