Panamaram – Secure Offline Personal Finance & Expense Tracker App

Track your expenses, income, and bills securely with Panamaram, an open-source, offline, encrypted personal finance tracker for Windows, Linux, and macOS. Built with Python and PySide6 and licensed under the MIT License, Panamaram gives you complete control over your finances. Whether you’re tracking your budget, exporting reports, or securing your data with encryption, everything stays private, protected, and personal. Unlike cloud-based tools, your financial data never leaves your device, giving you total privacy and independence.

Panamaram

Panamaram Features:

1. Expense & Income Tracking

Easily add, view, edit, and delete transactions. Each entry can include a category, notes, and even recurring schedules. You can track daily spending, compare income vs. expenses, and analyze your monthly budget patterns effortlessly.

2. Bill & Reminder System

Never miss a payment again. Set one-time or recurring reminders for bills, subscriptions, or EMIs. Overdue items are automatically highlighted, helping you stay financially disciplined.

3. Home Dashboard

Get a visual overview of your finances with smart charts, quick stats, and progress indicators. See your balance, category-wise spending, and trends in a single glance.

4. Multi-Format Reports

Export your reports in PDF, Excel (XLSX), or CSV formats. Perfect for record-keeping, accounting, or sharing with your financial advisor.

5. Password-protected access with AES-encrypted local database.

6. Secure backup and restore system

7. Multi-currency support with one-click switching

Installation Guide

Panamaram supports Windows, macOS, and Linux. You can install it via the Windows installer, Python pip, or .deb packages.

1. Installing Panamaram on Windows (Recommended)

Download the latest Panamaram Windows installer from the official GitHub releases page

Run the installer and follow on-screen steps.

After installation, launch Panamaram from the Start Menu or desktop shortcut.

That’s it.

2. Panamaram Cross-Platform Installation via pip (Windows, macOS, Linux)

Requirements:

Python 3.13 or later
pip package manager

Open the terminal/console/cmd command line app and run below commands one by one based on your OS.

python -m venv panamaram-env

# for macOS/Linux

source panamaram-env/bin/activate

# for Windows

panamaram-env\Scripts\activate

After that run below commands.

pip install --upgrade pip
pip install panamaram

After installation, run:

panamaram

Panamaram will start instantly in your system.

3. Install Panamaram on Ubuntu & Debian-based Linux

Download below packages and save in your Downloads folder.

Download python3-pyaescrypt_6.1.1-1_all.deb

Download panamaram_1.0.0-1_amd64.deb

Open Terminal and navigate to your Downloads folder:

cd ~/Downloads

Then run below commands.

sudo apt install ./python3-pyaescrypt_6.1.1-1_all.deb
sudo apt install ./panamaram_1.0.0-1_amd64.deb

Launch Panamaram using below command

panamaram

If icons or shortcuts don’t appear immediately, log out and log back in.

To uninstall:

sudo apt remove panamaram
sudo apt remove python3-pyaescrypt

Useful Links:

GitHub: Official Panamaram Repository
PyPI: Panamaram on PyPI
License: MIT
Platforms: Windows, Linux, macOS

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply