Skip to content

The missing ARM64 build for Overleaf. 2x faster, no Rosetta needed. Run your own LaTeX server on Mac mini, MacBook Pro (M1-M5) natively. (缺失的 Overleaf ARM64 版本。速度快一倍,无需 Rosetta 转译。在你的 Mac mini/MacBook Pro 上原生运行私有 LaTeX 服务器。)

Notifications You must be signed in to change notification settings

weihdong/overleaf-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overleaf Community Edition (Native ARM64)

🐳 Docker Image: weihaodong222/overleaf-arm


⚡️ Quick Start / 极速开始

Prerequisites / 前置条件 Use this command to check if Docker is installed: 运行此命令检查是否已安装 Docker: docker --version If installed, skip Step 0. (如果已安装,请跳过第 0 步)

0. Install Docker / 安装环境

If the server is new, run this official script to install Docker & Docker Compose: 如果是新服务器,请运行官方脚本一键安装 Docker 和 Docker Compose:

Bash

curl -fsSL https://get.docker.com | bash

1. Clone / 克隆

Open your terminal and clone the repository: 打开终端,克隆本项目代码并进入目录:

Bash

git clone https://github.com/weihdong/overleaf-arm64.git
cd overleaf-arm64

2. Run / 运行

Start the service with one command: 运行以下命令一键启动:

Bash

docker-compose up -d

3. Done / 完成

Wait 30 seconds for the database to initialize. Then visit: 等待约 30秒 让数据库初始化。然后访问:

👉 http://localhost:8081/launchpad

Create your admin account and enjoy! 创建管理员账号,开始使用!


💡 Notes / 说明

  • Database Included: MongoDB & Redis are auto-configured. No manual setup needed. 自带数据库:已内置 Mongo 和 Redis,无需任何手动配置。

  • Email (Optional): Uncomment SMTP settings in docker-compose.yml if you need password reset. 邮件功能(可选):如需“找回密码”功能,请取消 YML 文件中 SMTP 部分的注释。

  • External Access / 外网访问:Uncomment the tunnel service in docker-compose.yml and add your Cloudflare Tunnel Token. 取消注释 tunnel 服务并填入 Cloudflare Token,即可实现安全的外网访问。

About

The missing ARM64 build for Overleaf. 2x faster, no Rosetta needed. Run your own LaTeX server on Mac mini, MacBook Pro (M1-M5) natively. (缺失的 Overleaf ARM64 版本。速度快一倍,无需 Rosetta 转译。在你的 Mac mini/MacBook Pro 上原生运行私有 LaTeX 服务器。)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published