COSMIC™ Utils Enroll >

GUI application for fingerprint management, elegantly designed for the COSMIC Desktop Environment.

Get from Flathub Documentation View on GitHub

About the Project

COSMIC™ Utils Enroll provides a seamless graphical interface for interacting with fprintd to enroll and manage fingerprints. Built with Rust and libcosmic, it seamlessly integrates with the visual language of the COSMIC DE.

Features

Multiuser Support

On a multiuser system, choose a user from the navigation. It prompts for authentication and validates correct rights seamlessly.

Secure Actions

Perform required authentication and rights checks before managing fingerprints. Invalid attempts are safely dismissed.

Progress Indicators

Real-time visual feedback and progress indicators during the fingerprint enrollment process to ensure a smooth user experience.

Prerequisites

Building from Source

The project includes a justfile for the just command runner.

# Build the application (release mode)
just build-release

# Build and run the application
just run

# Install into the system
just install