Skip to content

Repository files navigation

DGHub macOS Source Runtime

This repository keeps the recovered DGHub macOS runtime source and compatibility patches at the repository root.

Binary files, extracted PyInstaller contents, decompiler output, local runtime artifacts, virtual environments, and user plugins are intentionally ignored.

Layout

  • main.py - macOS launcher wrapper.
  • src/ - recovered DGHub application modules and patched runtime code.
  • plugins/demo_external/ - tracked sample plugin.
  • docs/ - plugin/runtime documentation.
  • local_artifacts/ - archive of installer/extraction/decompile materials from before source recovery; ignored by Git.
  • macos_runtime/ - local runtime bytecode/assets used by the reconstructed app; ignored by Git.

Run Locally

The source-only repository does not include generated bytecode or bundled frontend assets. Keep the locally extracted runtime artifacts under the ignored macos_runtime/ directory when running the reconstructed app.

.venv-macos/bin/python main.py

Notes

  • macOS Bluetooth permission fixes are applied by macos_tcc_patch.py.
  • macOS DGLab compatibility patches are applied by pydglab_macos_patch.py.
  • The repository is kept source-only for GitHub; build outputs and extraction workspaces stay local.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages