Getting Started - Download 404
Download (easy)
The simplest option is to download a zipped version of the repository. This does not guarantee an up-to-date version of the application.
-
.zip file last updated: 2/11/2026
Please be sure to move this .zip file to the location you would like it (e.g.
~/git/) before unzipping the file. Though moving the repo is a simple enough process at any time, doing so now will save you from losing it in yourDownloads/folder as well as allow you to use the commands provided more seamlessly. -
Create a new directory @
~/git/to house404
You can do this using the following commands...
All commands can be copy pasted into your terminal for easy usage!
Open the Command Prompt
-
Press... + r
-
Type "cmd" into the run dialogue box.
Open the Terminal
- Press + space
- Search "Terminal" and press Enter
By using the file explorer.
Place the .zip file in ~/git/ and right-click on it to extract a new directory: ~/git/404.
Clone (secure)
The best option is to use your command line to download the latest version of the repository from Github or Codeberg.
1. Create a folder for 404 or navigate to your git directory.
2. Clone to your local projects/ or git/ directory
All operating systems:
Windows clone
Use Command Prompt to clone the repository from GitHub.
-
Open Command Prompt
- Press... + r
- Type "cmd" into the run dialogue box and press Enter
-
Create (if needed) and enter your
gitdirectory -
Clone and enter the project folder
If git is not installed, install Git for Windows from https://git-scm.com/downloads/win and rerun the commands.
macOS clone
Use Terminal to clone the repository from GitHub.
-
Open Terminal
- Press + space
- Search "Terminal" and press Enter
-
Verify that Git is installed
If you see "command not found", install Apple Command Line Tools:
```zsh
xcode-select --install
```
-
Create (if needed) and enter your
gitdirectory -
Clone and enter the project folder