Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dawidd6/checksumo

:file_folder: A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface
https://github.com/dawidd6/checksumo

application desktop glade gnome go golang gtk gtk3 gui hash md5 mvp sha256 sha512

Last synced: 29 days ago
JSON representation

:file_folder: A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface

Awesome Lists containing this project

README

        


Checksumo

Download on Flathub

A simple application for verifying specified file against given hash, written in Go with GTK+3 graphical interface.

Automatically detects the following hash types:
- SHA-256
- SHA-512
- MD5

Supports cancellation of verification if desired.

## Gallery

![](data/screenshots/check1.png?raw=true)

![](data/screenshots/check2.png?raw=true)

![](data/screenshots/check3.png?raw=true)

![](data/screenshots/check4.png?raw=true)

![](data/screenshots/check5.png?raw=true)

## Installation

### Flatpak

Click the Flathub badge above for more information.

### Source

To build and run this software, one needs to have:

- **GTK** `>=3.24`
- **Go** `>=1.11`
- **Meson** `>=0.48`

then execute below commands:

```shell script
meson build
sudo meson install -C build
```