pawelsalawa/letos

A free, open source, multi-platform SQLite database manager.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 9th, 2026
Created on January 11th, 2018
Open Issues & Pull Requests: 491 (+0)
GitHub issues: Enabled
Number of forks: 660
Total Stargazers: 6,736 (+1)
Total Subscribers: 107 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.5 hours
Mean response time: 185.3 days
90th percentile: 557.4 days
Tracked items: 568

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 51% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "pending-clarification" is answered fastest, typically in about an hour, while "non-functional" waits about 3 weeks. 54% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 145
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 812 days
Stale 30+ days: 129
Stale 90+ days: 102

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 2

Top labels

  • enhancement (260)
  • bug (202)
  • pending-clarification (17)
  • non-functional (15)
  • invalid (9)
  • exquisite (6)
  • deployment (4)
  • documentation (4)

Most active issues this week

Detailed Description

Letos is a multi-platform SQLite database manager written in C++ using the Qt framework.

Letos addresses the need for a free, open-source tool to inspect, edit, and manage SQLite databases across different operating systems. It provides a graphical interface built on Qt that allows developers and database administrators to work with SQLite files without relying on command-line tools or proprietary software. The tool supports encrypted SQLite databases through SQLCipher and wxSQLite3 integration, extending its utility to projects requiring database encryption.

Letos suits developers and teams working with SQLite who want a no-cost, feature-complete desktop application without vendor lock-in. It is particularly valuable for those who need cross-platform compatibility and prefer graphical database management over command-line interfaces. The project explicitly offers no paid edition and includes no telemetry, making it suitable for environments where data privacy and cost control are priorities. The tool can be installed through OS package managers where available, simplifying deployment.

The project maintains an active issue tracker for bug reports and feature requests, and the maintainers actively solicit contributions through documented guidelines. Development is supported by a comprehensive wiki covering compilation from sources and project details, indicating sustained effort to lower barriers to both usage and contribution.