🌐 Runs on localhost — once setup is complete, the app opens on your local machine. Just click the link that appears in your terminal and it'll open in your browser, running locally on your machine.
Quick setup guide to get Argonaut running on your machine.
The tested deployment is also available at cloud hosted service. More details of Argonaut can be found at documentation and github source for the documents here.
4 quick steps — pick your operating system below and follow along.
📥 Getting the code will take about a minute. Running the remaining steps should take no more than 5 minutes.
Option A — Clone with Git
git clone https://github.com/TDI-Lab/Argonaut.git
cd ArgonautOption B — Download the ZIP
Download it directly from github.com/TDI-Lab/Argonaut → Code → Download ZIP, then extract it and open a terminal in that folder.
Step 1 — Install Homebrew (this is the command to install Homebrew, the macOS package manager)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Step 2 — Install dependencies
brew install openjdk@17 maven node python git && pip3 install numpy pandas matplotlibStep 3 — Make the quickstart script executable
chmod +x quickstart.shStep 4 — Run it
./quickstart.shStep 1 — Install dependencies
sudo apt update && sudo apt install -y openjdk-17-jdk maven git python3 python3-pip python3-numpy python3-pandas python3-matplotlib && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt install -y nodejsStep 2 — Make the quickstart script executable
chmod +x quickstart.shStep 3 — Run it
./quickstart.shStep 1 — Download the packages
winget install --id EclipseAdoptium.Temurin.17.JDK -e
winget install --id OpenJS.NodeJS.LTS -e
winget install --id Python.Python.3.12 -eStep 2 — Run in PowerShell
Set-ExecutionPolicy -Scope Process Bypass -Force
.\quickstart.ps1Step 3 — Stop the run in PowerShell
Set-ExecutionPolicy -Scope Process Bypass -Force
.\stop-windows.ps1🌐 Note: Once
quickstartfinishes running, it will start a local host server. Click the link shown in your terminal to open Argonaut in your browser — it runs entirely on your local machine.
| Tool | Version |
|---|---|
| Java (OpenJDK) | 17+ |
| Maven | Latest |
| Node.js | Latest LTS |
| Python | 3.x |
| Git | Latest |
If you run into issues during setup, please open an issue in this repository.