diff --git a/index.html b/index.html index 8bc9b3b..57bec4b 100644 --- a/index.html +++ b/index.html @@ -771,13 +771,13 @@

v6.0-beta.1

Ubuntu 22.04 and 24.04 packages are available from our PPA.

-

sudo add-apt-repository ppa:cartavis-team/carta +

sudo add-apt-repository ppa:cartavis-team/carta-preview
sudo apt-get update -
sudo apt install carta-beta

+
sudo apt install carta

To start CARTA, please refer to the user manual How to Run CARTA.

@@ -785,7 +785,7 @@

v6.0-beta.1

We host the CARTA RPMs on the Fedora Copr service. If you have previously used our old "packages.cartavis.org" RPM repository, we recommend uninstalling any existing carta packages and removing @@ -796,19 +796,14 @@

v6.0-beta.1

(root access is required, unless you install it in a Docker container):
sudo dnf -y install 'dnf-command(copr)' -
sudo dnf -y copr enable cartavis/carta +
sudo dnf -y copr enable cartavis/carta-preview
sudo dnf -y install epel-release -
sudo yum -y install carta-beta
-

-

Note: We are currently testing the ability to have the beta and - mainline versions of the CARTA RPMs installable side-by-side. To - start carta-beta, please run:
- carta-beta +
sudo yum -y install carta

-

We officially support macOS 12 (Monterey), 13 (Ventura), 14 (Sonoma) and 15 (Sequoia) through We officially support macOS 15 (Sequoia) and macOS 26 (Tahoe) through Homebrew.

If you do not already have it, you may install Homebrew using the following command (root access is required):
@@ -819,7 +814,7 @@

v6.0-beta.1

Now CARTA can be installed with:
brew install cartavis/tap/carta-beta

To start CARTA, please refer to the user manual How to Run CARTA.

@@ -848,19 +843,17 @@

v6.0-beta.1

Here is an example:
Open your ~/.zshrc file (or ~/.bashrc if you use bash) in a text editor and add the following line:
- alias carta-beta='/Applications/CARTA-v5.0.0-beta.1.app/Contents/MacOS/CARTA-v5.0.0-beta.1'
+ alias carta-beta='/Applications/CARTA-v6.0.0-beta.1.app/Contents/MacOS/CARTA-v6.0.0-beta.1'
Then enter source ~/.zshrc (or source ~/.bashrc) in the terminal.
Now you will be able to start CARTA by simply typing carta-beta in the terminal.
DOWNLOAD - Intel Mac - DOWNLOAD - Apple Silicon Mac (macOS < 15.4) - DOWNLOAD - Apple Silicon Mac (macOS <= 15.4) + DOWNLOAD - Apple Silicon Mac
@@ -874,22 +867,22 @@

v6.0-beta.1

Installation:
Either click the Download button below or run:
- wget https://github.com/CARTAvis/carta/releases/download/v5.0.0-beta.1/carta.AppImage.v5.0.0-beta.1.$(arch).tgz
+ wget https://github.com/CARTAvis/carta/releases/download/v6.0.0-beta.1/carta.AppImage.v6.0.0-beta.1.$(arch).tgz
Extract the tarball:
- tar -xzf carta.AppImage.v5.0.0-beta.1.$(arch).tgz
+ tar -xzf carta.AppImage.v6.0.0-beta.1.$(arch).tgz
Operation:
To start CARTA, please refer to the user manual How to Run CARTA.

Note: If you wish to run the AppImage inside a Docker container, or you system has trouble with FUSE, please prefix with the following environment variable:
- APPIMAGE_EXTRACT_AND_RUN=1 ./carta-v5.0.0-beta.1-$(arch).AppImage + APPIMAGE_EXTRACT_AND_RUN=1 ./carta-v6.0.0-beta.1-$(arch).AppImage
DOWNLOAD - x86_64 - DOWNLOAD - aarch64

@@ -905,14 +898,14 @@

v6.0-beta.1

With Docker installed and running on your system, simply enter the following command in your terminal:
docker run --rm -ti -p 3002:3002 -v $PWD:/images -v $HOME/.carta-beta:/home/cartauser/.carta-beta cartavis/carta:beta
- It will download the v5.0.0-beta.1 version of CARTA from Docker Hub and run it using + It will download the v6.0.0-beta.1 version of CARTA from Docker Hub and run it using your current directory ($PWD) in the CARTA file-browser. You may replace $PWD by the path where your images reside. A unique URL will be displayed in the terminal. Copy & Paste the unique URL into your local web browser in order to access the CARTA frontend interface.

Please refer to the user manual for more information How to Run CARTA.

@@ -936,14 +929,14 @@

v6.0-beta.1

- +

In case of any issues encountered during the installation, please contact the CARTA + helpdesk.

+