OpenSource-Hub
W

Wallos

7.8k stars·Office Productivity·SHA-256 checksum verified

Open-source, self-hostable personal subscription tracker to visualize recurring expenses and save money.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-host your subscription manager – track, visualize, and save on recurring expenses.

Core Features

  • Multi-currency and multi-payment frequency
  • Email/browser push reminders before renewals
  • Spending charts and yearly overview
  • One-click Docker deployment, full data control
  • Multi-language support (including Chinese)

What It Can't Do

  • Uses SQLite by default; switch to MySQL for higher concurrency. 2. Email reminders require SMTP config. 3. Change default port and enable HTTPS after initial deployment for security.

Use Cases

  • Manage all subscriptions like Netflix, Spotify to avoid forgotten renewals
  • Analyze monthly fixed expenses for better budgeting
  • Self-hosted alternative to cloud-based services for privacy

Detailed Introduction

Wallos is a lightweight, self-hosted web application that helps you track all your subscriptions in one place. It supports multiple currencies, categories, payment frequencies, and sends reminders before renewals. With a clean dashboard and statistics, you can see how much you spend monthly/yearly and identify unused subscriptions. Deployable via Docker in minutes, it gives you full privacy and control over your financial data, unlike cloud-based alternatives.

Tags

subscription-trackerself-hostedfinancebudgetingdocker

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Run Docker: `docker run -d -p 8080:80 --name wallos -v /your/path:/var/www/html/db ellite/wallos`

4

Step 2: Visit http://localhost:8080 and create an admin account

5

Step 3: Add subscriptions (name, amount, frequency, category) and view the dashboard

Install Guide
  1. Step 1: Run Docker: `docker run -d -p 8080:80 --name wallos -v /your/path:/var/www/html/db ellite/wallos`
  2. Step 2: Visit http://localhost:8080 and create an admin account
  3. Step 3: Add subscriptions (name, amount, frequency, category) and view the dashboard
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove container: `docker stop wallos && docker rm wallos`, then delete the mounted data directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGPL-3.0
Last Updated2026-05-13 14:03:40
GitHub RepositoryOfficial Website

Similar Projects