structuredlabs/preswald

Preswald is a WASM packager for Python-based interactive data apps: bundle full complex data workflows, particularly visualizations, into single files,...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on December 14th, 2024
Open Issues & Pull Requests: 330 (+0)
GitHub issues: Enabled
Number of forks: 645
Total Stargazers: 4,269 (+0)
Total Subscribers: 8 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.9 days
Mean response time: 15.2 days
90th percentile: 36.8 days
Tracked items: 118

Most active contributors

Sign in to see contributor activity.

How this project is maintained

53% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 58
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 519 days
Stale 30+ days: 58
Stale 90+ days: 57

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (65)
  • enhancement (49)
  • good first issue (3)
  • documentation (1)
  • navigation (1)
  • routing (1)
  • ui (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Preswald is a WASM packager that bundles Python-based interactive data applications into single files executable entirely in the browser.

The tool solves the distribution and deployment friction of data applications by packaging complete Python workflows—including data processing, analysis, and visualization—into self-contained WebAssembly bundles. It leverages Pyodide to run Python in the browser, integrating libraries like DuckDB, Pandas, Plotly, and Matplotlib. This approach eliminates the need for server infrastructure, allowing dashboards, reports, and notebooks to run offline, load quickly, and be shared as easily as documents.

Preswald suits teams building data applications that prioritize portability and ease of sharing over server-based deployment. It works well for self-contained analytical workflows where the entire computation can reasonably execute client-side. The tool is particularly valuable when offline capability matters, when reducing infrastructure costs is a priority, or when sharing interactive analyses with non-technical stakeholders who should not need to install software or manage environments.

The project shows active development with regular commits across multiple areas of the codebase. Work spans core packaging functionality, integration with data processing libraries, and browser runtime support. The maintainers respond to issues and pull requests, indicating ongoing engagement with users. Development activity suggests the tool is being actively refined rather than in maintenance mode, though the pace of change appears measured rather than rapid.