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.
- 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.
lightmatter.mp4
-
Download the
.deb
package:wget https://github.com/Car85/lightmatter/blob/main/lightmatter.deb
-
Install the package:
sudo dpkg -i lightmatter.deb
-
Resolve any missing dependencies:
sudo apt-get install -f
-
Launch the application:
lightmatter
-
Select a directory containing
.sif
files (Singularity containers). -
Browse and run containers with a single click.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.