diff --git a/README.md b/README.md
index 4729e9f3a..af3efbce2 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-

+
-Le système d'exploitation d'Internet ! Gratuit, Open-Source et auto-hébergeable.
+The Internet OS! Free, Open-Source, and Self-Hostable.
- « DÉMO EN DIRECT »
+ « LIVE DEMO »
Puter.com
·
App Store
·
- Développeurs
+ Developers
·
CLI
·
@@ -21,25 +21,25 @@
X
-
+
## Puter
-Puter est un système d'exploitation Internet avancé, open-source, conçu pour être riche en fonctionnalités, extrêmement rapide et hautement extensible. Puter peut être utilisé comme :
+Puter is an advanced, open-source internet operating system designed to be feature-rich, exceptionally fast, and highly extensible. Puter can be used as:
-- Un cloud personnel axé sur la confidentialité pour conserver tous vos fichiers, applications et jeux dans un endroit sécurisé, accessible de partout et à tout moment.
-- Une plateforme pour créer et publier des sites web, applications web et jeux.
-- Une alternative à Dropbox, Google Drive, OneDrive, etc., avec une interface moderne et de puissantes fonctionnalités.
-- Un environnement de bureau à distance pour serveurs et stations de travail.
-- Un projet et une communauté open-source accueillants pour apprendre le développement web, le cloud computing, les systèmes distribués, et bien plus encore !
+- A privacy-first personal cloud to keep all your files, apps, and games in one secure place, accessible from anywhere at any time.
+- A platform for building and publishing websites, web apps, and games.
+- An alternative to Dropbox, Google Drive, OneDrive, etc. with a fresh interface and powerful features.
+- A remote desktop environment for servers and workstations.
+- A friendly, open-source project and community to learn about web development, cloud computing, distributed systems, and much more!
-## Bien démarrer
+## Getting Started
-### 💻 Développement local
+### 💻 Local Development
```bash
git clone https://github.com/HeyPuter/puter
@@ -47,10 +47,13 @@ cd puter
npm install
npm start
```
-**→** Cela devrait lancer Puter sur
- http://puter.localhost:4100 (ou le prochain port disponible).
+**→** This should launch Puter at
+ http://puter.localhost:4100 (or the next available port).
-Si cela ne fonctionne pas, consultez [First Run Issues](./doc/self-hosters/first-run-issues.md) pour les étapes de dépannage.
+
+
+If this does not work, see [First Run Issues](./doc/self-hosters/first-run-issues.md) for
+troubleshooting steps.
@@ -59,8 +62,8 @@ Si cela ne fonctionne pas, consultez [First Run Issues](./doc/self-hosters/first
```bash
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
```
-**→** Cela devrait lancer Puter sur
- http://puter.localhost:4100 (ou le prochain port disponible).
+**→** This should launch Puter at
+ http://puter.localhost:4100 (or the next available port).
@@ -74,8 +77,8 @@ sudo chown -R 1000:1000 puter
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
docker compose up
```
-**→** Cela devrait être disponible sur
- http://puter.localhost:4100 (ou le prochain port disponible).
+**→** This should be available at
+ http://puter.localhost:4100 (or the next available port).
@@ -89,93 +92,93 @@ New-Item -Path "puter\data" -ItemType Directory -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
docker compose up
```
-**→** Cela devrait lancer Puter sur
- http://puter.localhost:4100 (ou le prochain port disponible).
+**→** This should launch Puter at
+ http://puter.localhost:4100 (or the next available port).
-### 🚀 Auto-hébergement
+### 🚀 Self-Hosting
-Pour des guides détaillés sur l’auto-hébergement de Puter, incluant les options de configuration et bonnes pratiques, consultez notre [documentation d’auto-hébergement](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
+For detailed guides on self-hosting Puter, including configuration options and best practices, see our [Self-Hosting Documentation](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
### ☁️ Puter.com
-Puter est également disponible en service hébergé sur [**puter.com**](https://puter.com).
+Puter is available as a hosted service at [**puter.com**](https://puter.com).
-## Configuration requise
+## System Requirements
-- **Systèmes d’exploitation :** Linux, macOS, Windows
-- **RAM :** minimum 2GB (4GB recommandé)
-- **Espace disque :** 1GB libre
-- **Node.js :** Version 20.19.5+ (23+ recommandé)
-- **npm :** Dernière version stable
+- **Operating Systems:** Linux, macOS, Windows
+- **RAM:** 2GB minimum (4GB recommended)
+- **Disk Space:** 1GB free space
+- **Node.js:** Version 20.19.5+ (Version 23+ recommended)
+- **npm:** Latest stable version
## Support
-Contactez les mainteneurs et la communauté via les canaux suivants :
+Connect with the maintainers and community through these channels:
-- Rapport de bug ou demande de fonctionnalité ? Veuillez [ouvrir une issue](https://github.com/HeyPuter/puter/issues/new/choose).
-- Discord : [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
-- X (Twitter) : [x.com/HeyPuter](https://x.com/HeyPuter)
-- Reddit : [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
-- Mastodon : [mastodon.social/@puter](https://mastodon.social/@puter)
-- Problèmes de sécurité ? [security@puter.com](mailto:security@puter.com)
-- Contact par email : [hi@puter.com](mailto:hi@puter.com)
+- Bug report or feature request? Please [open an issue](https://github.com/HeyPuter/puter/issues/new/choose).
+- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
+- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter)
+- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
+- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter)
+- Security issues? [security@puter.com](mailto:security@puter.com)
+- Email maintainers at [hi@puter.com](mailto:hi@puter.com)
-Nous serons toujours ravis de vous aider. N’hésitez pas à poser vos questions !
+We are always happy to help you with any questions you may have. Don't hesitate to ask!
-## Licence
+## License
-Ce dépôt, incluant tout son contenu, sous-projets, modules et composants, est sous licence [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) sauf indication contraire explicite.
-Les bibliothèques tierces incluses dans ce dépôt peuvent être soumises à leurs propres licences.
+This repository, including all its contents, sub-projects, modules, and components, is licensed under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
-## Traductions
+## Translations
-- [Arabe / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
-- [Arménien / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
+- [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
+- [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
- [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md)
-- [Chinois / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
-- [Danois / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
-- [Anglais](https://github.com/HeyPuter/puter/blob/main/README.md)
+- [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
+- [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
+- [English](https://github.com/HeyPuter/puter/blob/main/README.md)
- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md)
-- [Finnois / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
-- [Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
-- [Allemand / Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
-- [Hébreu / עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
+- [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
+- [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
+- [German / Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
+- [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
- [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md)
-- [Hongrois / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
-- [Indonésien / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
-- [Italien / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
-- [Japonais / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
-- [Coréen / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
-- [Malais / Bahasa Malaysia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.my.md)
+- [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
+- [Indonesian / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
+- [Italian / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
+- [Japanese / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
+- [Korean / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
+- [Malay / Bahasa Malaysia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.my.md)
- [Malayalam / മലയാളം](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ml.md)
-- [Polonais / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
-- [Portugais / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
-- [Roumain / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
-- [Russe / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
-- [Espagnol / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
-- [Suédois / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
-- [Tamoul / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
+- [Polish / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
+- [Portuguese / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
+- [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
+- [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
+- [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
+- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
+- [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
- [Telugu / తెలుగు](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.te.md)
-- [Thaï / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
-- [Turc / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
-- [Ukrainien / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
+- [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
+- [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
+- [Ukrainian / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
- [Urdu / اردو](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ur.md)
-- [Vietnamien / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)
+- [Vietnamese / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)
-## Liens vers d’autres README
+
+## Links to Other READMEs
### Backend
-- [Module PuterAI](./src/backend/doc/modules/puterai/README.md)
-- [Service de Mesure](./src/backend/src/services/MeteringService/README.md)
-- [Guide de développement des extensions](./extensions/README.md)
+- [PuterAI Module](./src/backend/doc/modules/puterai/README.md)
+- [Metering Service](./src/backend/src/services/MeteringService/README.md)
+- [Extensions Development Guide](./extensions/README.md)