Skip to content

Getting Started

Each project in this organization is independent. Choose the project you want to use and follow its installation guide.

Requirements vary per project. The common dependencies are:

  • Git — required for cloning any repository
  • Node.js 18+ — required for OpenLearnX and HAST-CMS
  • Python 3.9+ — required for ExecuTrace, BURP-AI, and Aval

Check the Installation page for project-specific requirements.

Terminal window
git clone https://github.com/th30d4y/<project-name>.git
cd <project-name>

Replace <project-name> with the repository name, for example:

Terminal window
git clone https://github.com/th30d4y/ExecuTrace.git
cd ExecuTrace
  • Read the Installation page for setup instructions per project.
  • See the Projects section for per-project documentation.