← back to home

Some projects I found interesting


Somtimes you can found some interesting projects on GitHub. I was looking for something to help me with my daily tasks, and found these projects, mind you these projects was packaged using docker, so it was easy to run on my mac or any other machine that support containerization.

1. Bento PDF

2. Actual Budget

3. Wallos

4. Beszel

5. Dawarich

6. Linkwarden

You can try all of the app directly from the docker hub, just run the following command:


docker run -d --name bentopdf -p 3000:8000 bentopdf/bentopdf:latest

or if you are using Podman as your container runtime, you can run the following command:


podman run -d --name actual -p 3000:8000 bentopdf/bentopdf:latest

Tags: #software, #projects, #daily found, #development