# syssec-utd/pylingual

Python decompiler for modern Python versions.

Repository: https://github.com/syssec-utd/pylingual
Canonical: https://ross.abutalabs.com/products/pylingual
Homepage: https://pylingual.io/
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: bytecode, decompiler, pyc, python, reverse-engineering
Last push: 2026-08-06T15:00:55+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 35, longevity 38
- inputs: {"age_days": 544, "days_push": 27, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1365, forks 181 (observed 2026-08-28T04:04:31.082091+00:00)

## What it is
PyLingual is a CPython bytecode decompiler that recovers Python source code from .pyc files for all Python versions since 3.6. It can be run as a local CLI tool or through a hosted web service, and uses machine-learning-based segmentation for control flow reconstruction.

## Use cases
- decompile pyc files back to python source
- recover lost python source code from bytecode
- analyze python malware without source
- decompile python 3.12 bytecode
- reverse engineer compiled python packages
- convert pyc to py

## When to choose
- you need to decompile bytecode from modern Python versions 3.6-3.14
- other decompilers like uncompyle6 fail on recent Python versions
- you want a research-grade decompiler with ML-based control flow recovery

## When to avoid
- you only need to inspect bytecode disassembly rather than recover source
- you need guaranteed perfect source recovery - decompilation can be imperfect
- you need a decompiler for Python versions older than 3.6

## Facets
- artifact type: cli-tool
- maturity: active
- function: reverse-engineering, parser, cli, machine-learning
- domain: reverse-engineering, developer-tools, security, programming-languages
- platform: python, cli, cross-platform
- tags: decompiler, bytecode, pyc, cpython, source-recovery, web-server

## Member repositories
- syssec-utd/pylingual (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.082091+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:41:17.239663+00:00, confidence not recorded.
  - readme: https://github.com/syssec-utd/pylingual (fetched 2026-08-28T04:04:31.082091+00:00, sha db30e7dc4d8a)
  - homepage: https://pylingual.io/ (fetched 2026-08-29T11:58:37.392635+00:00, sha 7d7103049edf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
