Skip to content

Releases: jomardyan/Python-Script-Runner

v7.0.5

24 Oct 10:10

Choose a tag to compare

Python Script Runner v7.0.5

Version: 7.0.5
Code Version: 7.0.5
Build Date: 2025-10-24 10:11:05 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v7.0.5.tar.gz - Linux/macOS archive
  • python3-runner-v7.0.5.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v7.0.5.tar.gz - Linux/macOS archive
  • pypy3-runner-v7.0.5.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v7.0.5) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v7.0.4

24 Oct 10:02

Choose a tag to compare

Python Script Runner main

Version: 7.0.4
Code Version: 7.0.3
Build Date: 2025-10-24 10:02:47 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-main.tar.gz - Linux/macOS archive
  • python3-runner-main.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-main.tar.gz - Linux/macOS archive
  • pypy3-runner-main.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v7.0.3) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-main.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-main.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v7.0.2

23 Oct 22:26

Choose a tag to compare

Python Script Runner v7.0.2

Version: 7.0.2
Code Version: 7.0.2
Build Date: 2025-10-24 08:30:01 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v7.0.2.tar.gz - Linux/macOS archive
  • python3-runner-v7.0.2.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v7.0.2.tar.gz - Linux/macOS archive
  • pypy3-runner-v7.0.2.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v7.0.2) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.2.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.2.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v7.0.1

23 Oct 22:17

Choose a tag to compare

Python Script Runner v7.0.1

Version: 7.0.1
Code Version: 7.0.1
Build Date: 2025-10-23 22:18:49 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v7.0.1.tar.gz - Linux/macOS archive
  • python3-runner-v7.0.1.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v7.0.1.tar.gz - Linux/macOS archive
  • pypy3-runner-v7.0.1.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v7.0.1) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.1.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.1.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v7.0.0

23 Oct 21:45

Choose a tag to compare

Python Script Runner v7.0.0

Version: 7.0.0
Code Version: 7.0.0
Build Date: 2025-10-23 21:49:04 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v7.0.0.tar.gz - Linux/macOS archive
  • python3-runner-v7.0.0.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v7.0.0.tar.gz - Linux/macOS archive
  • pypy3-runner-v7.0.0.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v7.0.0) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v7.0.0.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v7.0.0.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v6.4.5

22 Oct 23:12

Choose a tag to compare

Python Script Runner v6.4.5

Version: 6.4.5
Code Version: 6.4.5
Build Date: 2025-10-22 23:14:17 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v6.4.5.tar.gz - Linux/macOS archive
  • python3-runner-v6.4.5.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v6.4.5.tar.gz - Linux/macOS archive
  • pypy3-runner-v6.4.5.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v6.4.5) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.5.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.5.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v6.4.4

22 Oct 23:01

Choose a tag to compare

Python Script Runner v6.4.4

Version: 6.4.4
Code Version: 6.4.4
Build Date: 2025-10-22 23:10:13 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v6.4.4.tar.gz - Linux/macOS archive
  • python3-runner-v6.4.4.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v6.4.4.tar.gz - Linux/macOS archive
  • pypy3-runner-v6.4.4.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v6.4.4) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.4.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.4.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v6.4.3

22 Oct 16:11
19898d8

Choose a tag to compare

Python Script Runner v6.4.3

Version: 6.4.3
Code Version: 6.4.3
Build Date: 2025-10-22 16:11:47 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v6.4.3.tar.gz - Linux/macOS archive
  • python3-runner-v6.4.3.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v6.4.3.tar.gz - Linux/macOS archive
  • pypy3-runner-v6.4.3.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v6.4.3) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.3.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.3.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v6.4.2

22 Oct 16:02
bc95fd6

Choose a tag to compare

Python Script Runner v6.4.2

Version: 6.4.2
Code Version: 6.4.2
Build Date: 2025-10-22 16:03:34 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v6.4.2.tar.gz - Linux/macOS archive
  • python3-runner-v6.4.2.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v6.4.2.tar.gz - Linux/macOS archive
  • pypy3-runner-v6.4.2.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v6.4.2) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.2.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.2.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support

v6.4.1

22 Oct 15:52
2012b33

Choose a tag to compare

Python Script Runner v6.4.1

Version: 6.4.1
Code Version: 6.4.1
Build Date: 2025-10-22 15:53:39 UTC

🪟 Windows Executable

  • python-script-runner-VERSION-windows.zip - Standalone EXE (no Python required)
  • Extract ZIP and run directly on Windows 7 SP1+
  • ~60-80 MB size

🐧 Linux Debian Package

  • python-script-runner_VERSION_all.deb - System package for Debian/Ubuntu
  • Install with: sudo apt install ./python-script-runner_VERSION_all.deb
  • ~10 MB size, system integration

Python 3 (CPython)

  • python3-runner-v6.4.1.tar.gz - Linux/macOS archive
  • python3-runner-v6.4.1.zip - Windows/cross-platform archive
  • Requirements: Python 3.6+

PyPy3 (High-Performance)

  • pypy3-runner-v6.4.1.tar.gz - Linux/macOS archive
  • pypy3-runner-v6.4.1.zip - Windows/cross-platform archive
  • Requirements: PyPy3 3.8+
  • Performance: 27.3x faster than CPython for CPU-bound workloads

What's Included

Each distribution contains:

  • runner.py (v6.4.1) - Main application
  • requirements.txt - Production dependencies
  • README.md - Full documentation
  • LICENSE - MIT License
  • config.example.yaml - Configuration template

Verification

Verify file integrity using SHA256:

sha256sum -c SHA256SUMS.txt

Quick Start

Windows Executable (Easiest)

unzip python-script-runner-VERSION-windows.zip
cd python-script-runner-VERSION
python-script-runner.exe script.py

Linux Debian (Recommended for Linux)

sudo apt install ./python-script-runner_VERSION_all.deb
python-script-runner script.py

Python 3

tar xzf python3-runner-v6.4.1.tar.gz
cd python3-runner
bash INSTALL.sh
python3 runner.py --help

PyPy3 (Fast)

tar xzf pypy3-runner-v6.4.1.tar.gz
cd pypy3-runner
bash INSTALL.sh
pypy3 runner.py --help

All Features Included

  • ✅ Real-time CPU, memory, I/O monitoring
  • ✅ Multi-channel alerting (Email, Slack, Webhooks)
  • ✅ CI/CD integration with performance gates
  • ✅ Historical analytics and anomaly detection
  • ✅ Advanced retry strategies
  • ✅ Configuration file support

Support