# dashingsoft/pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.

Repository: https://github.com/dashingsoft/pyarmor
Canonical: https://ross.abutalabs.com/products/pyarmor
Homepage: http://pyarmor.dashingsoft.com
Language: Python
License: NOASSERTION
License Family: other
Topics: python, obfuscation, obfuscate, python-script, obfuscate-scripts
Last push: 2026-08-26T12:39:05+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 3294, "days_push": 7, "days_rel": 7, "gap_med": 18.0, "n_releases_24m": 25}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5179, forks 364 (observed 2026-08-28T04:09:11.792317+00:00)

## What it is
Pyarmor is a command-line tool for obfuscating Python scripts, making them hard to reverse-engineer. It also supports binding obfuscated scripts to specific machines and setting expiration dates for them.

## Use cases
- obfuscate python scripts to protect source code
- bind python scripts to a specific machine
- set an expiration date for distributed python scripts
- protect python code before distributing to customers
- pack obfuscated python scripts with pyinstaller
- rename functions and variables so decompilers fail

## When to choose
- you distribute Python scripts and need to hide the source code
- you want to enforce machine-locked or time-limited licenses on Python code
- you need obfuscation that works across Windows, Linux, macOS, and embedded systems

## When to avoid
- you need a permissive open-source license - Pyarmor is shareware with trial limitations
- you only need simple bytecode compilation (.pyc) rather than strong obfuscation
- you require guaranteed compatibility with all Python versions and exotic platforms

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, cli, developer-tools
- domain: security, developer-tools
- platform: python, windows, cross-platform, cli
- tags: obfuscation, code-protection, script-binding, license-expiration, python-bytecode, command-line, linux, macos

## Member repositories
- dashingsoft/pyarmor (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:11.792317+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-29T18:01:48.474828+00:00, confidence not recorded.
  - readme: https://github.com/dashingsoft/pyarmor (fetched 2026-08-28T04:09:11.792317+00:00, sha abe89e453251)
  - homepage: http://pyarmor.dashingsoft.com (fetched 2026-08-29T08:55:43.593458+00:00, sha d039ca84ff5c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
