---
title: "Download"
description: "Get the latest Asphyxia resource build."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.asphyxia.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Download

The Download page hands you a `.zip` of the current Asphyxia release. The link
is generated per-request and expires shortly after, so don't share it — send
people here instead.

## Installing it

Extract the archive into your resources folder so the path ends in
`resources/[core]/asphyxia`. Full steps are on
[Installation](/anticheat/installation).

## Updating

Replace the folder with the new one and restart. Your configuration lives on
Asphyxia's side and your data lives in your own database, so neither is
affected by swapping the files.

Asphyxia also tells you when an update is available — it checks at startup and
prints a banner with the changelog:

```text
  ╔══════════════════════════════════════════════════════════════╗
  ║
  ║   A new Asphyxia AntiCheat update is available!
  ║
  ║   Running   : v1.0.0
  ║   Available : v1.1.0
  ║   Download  : https://asphyxia.dev/dashboard
  ║
  ║   ADDED
  ║     + Entity inspector in the admin menu
  ║     + Detection whitelists
  ║
  ╚══════════════════════════════════════════════════════════════╝
```

See [Changelog](/website/changelog) for the full history.

> **Caution**
>
> Don't edit anything inside the resource. Asphyxia verifies its own files at
> startup and stops protecting your server if they've changed — including
> comments. Everything configurable is on
> [Configuration](/website/configuration).

Source: https://docs.asphyxia.dev/website/download/index.mdx
