Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.54 KB

LightMatter

Go Debian Linux License

LightMatter is a lightweight and user-friendly application designed to simplify the process of managing and launching Singularity containers. Built using Go and Fyne, it provides a clean graphical interface to streamline container workflows.

Features

  • Simplified management of Singularity containers.
  • Easy-to-use interface for selecting and launching containers.
  • Support for multiple containers in the same session.
  • Lightweight design with minimal dependencies.

Demo

lightmatter.mp4

Installation

  1. Download the .deb package:

    wget https://github.com/Car85/lightmatter/blob/main/lightmatter.deb
    
  2. Install the package:

    sudo dpkg -i lightmatter.deb
  3. Resolve any missing dependencies:

    sudo apt-get install -f

Usage

  1. Launch the application:

    lightmatter
  2. Select a directory containing .sif files (Singularity containers).

  3. Browse and run containers with a single click.


License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.