How to install Mail-0/Zero. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Mail-0/Zero Installation Guide
How to install Mail-0/Zero. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Mail-0/Zero. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Mail-0/Zeroor
Install via npx
npx @hexmos/ipm i Mail-0/ZeroPrerequisites
Node.js
languageVersion: >=18.0.0
Required for running the Next.js server and backend logic.
pnpm
package_managerVersion: >=10.0.0
Fast, disk space efficient package manager required for this project.
Docker
system_toolVersion: >=20.0.0
Necessary to run the local PostgreSQL database instance.
Git
system_toolUsed to pull the source code from GitHub.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Standard Setup (Recommended)
git clone https://github.com/Mail-0/Zero.git
cd Zero
pnpm install
docker pull bitnami/valkey
docker tag bitnami/valkey:latest bitnami/valkey:8.0
pnpm docker:db:upPost Installation Steps
- Start the development server with `pnpm dev`.
- Configure your `BETTER_AUTH_SECRET` in the `.env` file.
- Complete the Google OAuth, Autumn, and Twilio setups in `.env` to enable full functionality.
