Skip to content

Commit

Permalink
[core] Images
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Mar 18, 2024
1 parent 0e295be commit 7a371c8
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions docs/site/content/en/docs/how-to/engines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,30 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke

## Docker images
WAHA provides few docker images with different setup.
{{< alert icon="👉" text="Use `devlikeapro/whatsapp-http-api` instead of `devlikeapro/whatsapp-http-api-plus` to get **WAHA Plus** version." />}}

For **x86** processors use following images:
- `devlikeapro/whatsapp-http-api:latest` - latest version of WAHA, using **Chromium** (does not support video receiving and receiving in Plus version)
- `devlikeapro/whatsapp-http-api:chrome` - latest version of WAHA, using **Chrome** (supports video receiving and receiving in Plus version)
- `devlikeapro/whatsapp-http-api:noweb`- latest version of WAHA, **no browser installed** - use it only for **NOWEB** engine

For **ARM** processors use following images:
- `devlikeapro/whatsapp-http-api:arm` - **Chromium**
- `devlikeapro/whatsapp-http-api:noweb-arm`- **no browser installed**

| Image | CPU | Browser |
|---------------------------------------------------------|-----|-------------------------|
| [WAHA Plus]({{< relref "/docs/how-to/plus-version" >}}) | | |
| `devlikeapro/whatsapp-http-api-plus:latest` | x86 | Chromium |
| `devlikeapro/whatsapp-http-api-plus:chrome` | x86 | Chrome (supports video) |
| `devlikeapro/whatsapp-http-api-plus:noweb` | x86 | None |
| `devlikeapro/whatsapp-http-api-plus:arm` | ARM | Chromium |
| `devlikeapro/whatsapp-http-api-plus:noweb-arm` | ARM | None |
| **WAHA Core** | | |
| `devlikeapro/whatsapp-http-api:latest` | x86 | Chromium |
| `devlikeapro/whatsapp-http-api:chrome` | x86 | Chrome |
| `devlikeapro/whatsapp-http-api:noweb` | x86 | None |
| `devlikeapro/whatsapp-http-api:arm` | ARM | Chromium |
| `devlikeapro/whatsapp-http-api:noweb-arm` | ARM | None |

Browsers:
- **Chromium** - is the default browser for **WAHA**. It's a good choice for most cases.
- **Chrome** - is a good choice if you need to receive videos in Plus version.
- **None** - is a good choice if you want to use **NOWEB** engine.

CPU:
- **x86** - is a good choice for most cases.
- **ARM** - is a good choice if you're using ARM processors (like Apple Silicon, Apple M1, etc.)
{{< alert icon="💡" text="Chrome version is not available in ARM" />}}

## Features
Expand Down

0 comments on commit 7a371c8

Please sign in to comment.