Availability

Self-hosted. Source-available. No subscription.

AlphaLedger is source-available software by Ledge Top Technologies LLC. You run it on your own infrastructure. No per-seat SaaS pricing, no vendor lock-in, no data leaving your network.

The code is auditable. The containers are multi-arch. The deployment is Docker Compose. The docs are public. You own your time data.

Source-available

Self-hosted

$0 /month

No SaaS subscription. Run it yourself.

  • Server-authoritative time tracking
  • Admin approvals and pay calculation
  • PDF and CSV reports
  • TOTP and AES-256-GCM security
  • Optional PA integration
  • Multi-arch Docker images
  • Full documentation and API reference
Get started →
Deployment

How to run AlphaLedger

Prebuilt images are published to GitHub Container Registry. A single docker-compose.yml pulls the web, cron, and database services.

docker-compose.yml
# Replace every "changeme" value, then: $ docker compose pull && docker compose up -d # Open http://localhost:1630 and complete setup services: db: image: mysql:8.4 environment: MYSQL_DATABASE: alpha_ledger MYSQL_PASSWORD: changeme_secure_db_password volumes: [alphaledger_db:/var/lib/mysql] web: image: ghcr.io/ledgetoptechnologies/alpha-ledger:latest ports: ["1630:80"] environment: APP_KEY: changeme_application_key_32_chars DB_HOST: db volumes: [alphaledger_data:/var/www/data] cron: image: ghcr.io/ledgetoptechnologies/alpha-ledger:cron-latest environment: DB_HOST: db volumes: [alphaledger_data:/var/www/data]
Read deployment docs → Container package
What's included

Everything in the self-hosted package

One source-available product. All core features. No artificial limits.

Unlimited employees and projects

Add the team members and projects your business actually has. No seat counting, no project caps.

Your data stays local

Database and encryption key live in named Docker volumes on hardware you control. No cloud dependency.

Multi-arch containers

Images support amd64 and arm64 so the same compose file runs on a server or a small ARM board.

Built-in security controls

TOTP, encrypted credentials, CSRF, rate limiting, session rotation, and hardened security headers out of the box.

$

Pay calculation and exports

Admin review workflow, pay-rate hierarchy, PDF/CSV exports, and dashboard analytics from your own data.

Optional PA integration

Connect Project Alpha later for billing sync. Enable, map, backfill, and sync when your workflow is ready.