Skip to main content

Installation

Choose one of the following installation paths.

Option 1: install the package from the Julia registry (recommended)

The package is currently in its 3-day registry waiting period.

Option 2: clone this repository and run the server script

git clone https://codeberg.org/karei/DependencyAtlas.jl.git
cd DependencyAtlas.jl
./bin/depatlas-server --static

Then open the app at http://127.0.0.1:8099.
To update the software after cloning the repository, run git pull inside the local checkout.


If you want to run the frontend development server yourself, see Frontend Development Server.