Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8b138f1
download: Updated to new download page layout
cwhite911 May 29, 2025
aa86977
Update links and added aliases to old urls
cwhite911 May 29, 2025
80567b3
Removed extra / from url
cwhite911 May 29, 2025
637975c
Added redirects for previous urls
cwhite911 May 29, 2025
174cdb5
Added the url above each code block
cwhite911 May 30, 2025
b708528
Update grass.json
cwhite911 May 30, 2025
7ce1d35
Updated button to support direct dowload of binaries and include new …
cwhite911 Jun 16, 2025
f8b81c5
Fixed debian install
cwhite911 Jun 16, 2025
d7dba70
Added the docker hub url
cwhite911 Jun 16, 2025
09f19c6
Updated generic_64_bit
cwhite911 Jun 16, 2025
61170a8
Merge remote-tracking branch 'upstream/master' into download-new
cwhite911 Jun 20, 2025
5563a23
Fixed issues with second click on download button leading navigating …
cwhite911 Jun 20, 2025
b3a9339
Removed download button from linux tab
cwhite911 Jun 20, 2025
07fd6fa
Added pre-install instructions
cwhite911 Jun 20, 2025
5df3484
Updated the pre-install data and styling
cwhite911 Jun 27, 2025
f7e2275
Added ability to sort intaller by id value
cwhite911 Jun 27, 2025
ea04e8d
Added support-button partial and added it to Mac section
cwhite911 Jun 27, 2025
6982230
Updated windows tab
cwhite911 Jun 27, 2025
1e1ade4
Added financial contribution section
cwhite911 Jun 27, 2025
4ec4066
Apply suggestions from code review
cwhite911 Jun 27, 2025
49860d1
Update themes/grass/layouts/download/tabs.html
cwhite911 Jun 27, 2025
d6c1e5e
Merge branch 'master' into download-new
cwhite911 Jul 2, 2025
4846bea
Merge remote-tracking branch 'upstream/master' into download-new
cwhite911 Jul 18, 2025
de4b582
Removed donate button after each Linux distro
cwhite911 Jul 18, 2025
7262f4e
Applied review suggestion to windows install section
cwhite911 Jul 18, 2025
db481b3
Adjusted order of linux distos
cwhite911 Jul 18, 2025
5b0b6d0
Merge remote-tracking branch 'origin/download-new' into download-new
cwhite911 Jul 18, 2025
d2048ba
Fixed nested header in docker section
cwhite911 Jul 18, 2025
53ccf5a
Added url to linux packages and link to repology
cwhite911 Jul 18, 2025
9fd5c6c
Cleaned up addons page
cwhite911 Jul 18, 2025
bc35df4
Added icon and fixed alignment of code copy button
cwhite911 Jul 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 5 additions & 22 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,33 +111,16 @@ url = "/download"

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS source code"
URL = "https://github.com/OSGeo/grass/tags"
name = "Install"
URL = "/download"
weight = 1

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Linux"
URL = "/download/linux"
weight = 2

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Windows"
URL = "/download/windows"
weight = 3

[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS for Mac"
URL = "/download/mac"
weight = 4

[[Languages.en.menu.main]]
parent = "Download"
name = "Docker images"
URL = "/download/docker"
weight = 5
name = "Source code"
URL = "https://github.com/OSGeo/grass/tags"
weight = 2

[[Languages.en.menu.main]]
parent = "Download"
Expand Down
11 changes: 8 additions & 3 deletions content/download/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
title: "Download"
date: 2019-08-11T11:02:05+05:00
date: 2025-05-21T11:02:05+02:00
icon: "fa fa-download"
description: "Get your free and open source copy of GRASS"
type : "pages"
weight: 1
type: "pages"
layout: "tabs"
aliases:
- /download/linux
- /download/windows
- /download/mac
- /download/docker
---






27 changes: 17 additions & 10 deletions content/download/addons.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,36 @@ categories: [nl]
layout: "addons"
---

#### Quick links
### Quick links

[ [**Overview of addons**](#Overview) | [**Beginner users**](#Common-user) | [**Power users/developers**](#Power-user) ]
[ [Overview](#overview) | [Beginner users](#beginner-users) | [Power users](#power-users) ]

### <a name="Overview"></a>Overview of addons
## Overview {#overview}

There is a [growing list of GRASS addons](/grass8/manuals/addons/) available which are not (yet) part of the core software package. They can be easily installed.

### <a name="Common-user"></a>Beginner users
## Beginner users {#beginner-users}

We recommend to use the [wxGUI](https://grasswiki.osgeo.org/wiki/WxGUI) [Extension Manager](https://grasswiki.osgeo.org/wiki/WxGUI#Extension_Manager) to install Addons.
In the main menu: `Settings -> Addon extensions -> Install extensions from addons`
In the main menu:

<img src="/images/extension_manager_gui.png" width="80%" alt="Extension Manager">
`Settings -> Addon extensions -> Install extensions from addons`

{{< figure
src="/images/extension_manager_gui.png"
alt="GRASS Extension Manager"
caption="GRASS Extension Manager"
class="ma0 w-80"
>}}

You can also use the command line, for example:

g.extension extension=r.fuzzy.system

## Power users {#power-users}

### <a name="Power-user"></a>Power users/developers
The Addons source code is also hosted in [GitHub](https://github.com/OSGeo/grass-addons):

The Addons source code is also hosted in <a href="https://github.com/OSGeo/grass-addons" target="_blank"><i class="fab fa-github"></i> Github</a>:
<p class="command"><a href="https://github.com/OSGeo/grass-addons"> $ git clone https://github.com/OSGeo/grass-addons </a></p>
git clone https://github.com/OSGeo/grass-addons

To manually compile individual addons see the [compile and install wiki page](https://grasswiki.osgeo.org/wiki/Compile_and_Install#Addons).
To manually compile individual addons see the [compile and install wiki page](https://grasswiki.osgeo.org/wiki/Compile_and_Install#Addons).
78 changes: 0 additions & 78 deletions content/download/docker.en.md

This file was deleted.

7 changes: 0 additions & 7 deletions content/download/download.md

This file was deleted.

81 changes: 0 additions & 81 deletions content/download/linux.en.md

This file was deleted.

90 changes: 0 additions & 90 deletions content/download/mac.en.md

This file was deleted.

Loading