diff --git a/.github/workflows/translate-readme.yml b/.github/workflows/translate-readme.yml
index 015952a79..0e1f3a02f 100644
--- a/.github/workflows/translate-readme.yml
+++ b/.github/workflows/translate-readme.yml
@@ -2,10 +2,14 @@ name: Translate README
on:
workflow_dispatch:
inputs:
+ source_readme:
+ description: "Source README"
+ required: false
+ default: "./readmes/README.en.md"
target_langs:
description: "Target Languages"
required: false
- default: "zh-hans,zh-hant,ja,pt-br"
+ default: "zh-hans,zh-hant,ja,pt-br,es,ru"
gen_dir_path:
description: "Generate Dir Name"
required: false
@@ -34,6 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
OPENAI_API_KEY: ${{ secrets.GPT_API_TOKEN }}
GPT_MODE: ${{ github.event.inputs.gpt_mode }}
+ SOURCE_README: ${{ github.event.inputs.source_readme }}
TARGET_LANGUAGES: ${{ github.event.inputs.target_langs }}
PUSH_BRANCH: ${{ github.event.inputs.push_branch }}
GEN_DIR_PATH: ${{ github.event.inputs.gen_dir_path }}
diff --git a/README.md b/README.md
index 5a2125fb1..c0e1c5b2e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-

+

## An open-source PAM tool (Bastion Host)
@@ -10,7 +10,7 @@
[![][github-release-shield]][github-release-link]
[![][github-stars-shield]][github-stars-link]
-[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md)
+[English](/README.md) · [中文(简体)](/readmes/README.zh-hans.md) · [中文(繁體)](/readmes/README.zh-hant.md) · [日本語](/readmes/README.ja.md) · [Português (Brasil)](/readmes/README.pt-br.md) · [Español](/readmes/README.es.md) · [Русский](/readmes/README.ru.md)
diff --git a/readmes/README.en.md b/readmes/README.en.md
new file mode 100644
index 000000000..0072ee9de
--- /dev/null
+++ b/readmes/README.en.md
@@ -0,0 +1,111 @@
+
+
+

+
+## An open-source PAM tool (Bastion Host)
+
+
+
+
+## What is JumpServer?
+
+JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.
+
+
+
+## Quickstart
+
+Prepare a clean Linux Server ( 64 bit, >= 4c8g )
+
+```sh
+curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash
+```
+
+Access JumpServer in your browser at `http://your-jumpserver-ip/`
+- Username: `admin`
+- Password: `ChangeMe`
+
+[](https://www.youtube.com/watch?v=UlGYRbKrpgY "JumpServer Quickstart")
+
+## Screenshots
+
+
+
+  |
+  |
+
+
+
+  |
+  |
+
+
+
+  |
+  |
+
+
+  |
+  |
+
+
+
+## Components
+
+JumpServer consists of multiple key components, which collectively form the functional framework of JumpServer, providing users with comprehensive capabilities for operations management and security control.
+
+| Project | Status | Description |
+|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
+| [Lina](https://github.com/jumpserver/lina) |
| JumpServer Web UI |
+| [Luna](https://github.com/jumpserver/luna) |
| JumpServer Web Terminal |
+| [KoKo](https://github.com/jumpserver/koko) |
| JumpServer Character Protocol Connector |
+| [Lion](https://github.com/jumpserver/lion) |
| JumpServer Graphical Protocol Connector |
+| [Chen](https://github.com/jumpserver/chen) |
| JumpServer Web DB |
+| [Tinker](https://github.com/jumpserver/tinker) |
| JumpServer Remote Application Connector (Windows) |
+| [Panda](https://github.com/jumpserver/Panda) |
| JumpServer EE Remote Application Connector (Linux) |
+| [Razor](https://github.com/jumpserver/razor) |
| JumpServer EE RDP Proxy Connector |
+| [Magnus](https://github.com/jumpserver/magnus) |
| JumpServer EE Database Proxy Connector |
+| [Nec](https://github.com/jumpserver/nec) |
| JumpServer EE VNC Proxy Connector |
+| [Facelive](https://github.com/jumpserver/facelive) |
| JumpServer EE Facial Recognition |
+
+
+## Contributing
+
+Welcome to submit PR to contribute. Please refer to [CONTRIBUTING.md][contributing-link] for guidelines.
+
+## Security
+
+JumpServer is a mission critical product. Please refer to the Basic Security Recommendations for installation and deployment. If you encounter any security-related issues, please contact us directly:
+
+- Email: support@fit2cloud.com
+
+## License
+
+Copyright (c) 2014-2025 FIT2CLOUD, All rights reserved.
+
+Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
+
+https://www.gnu.org/licenses/gpl-3.0.html
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+
+
+[docs-link]: https://jumpserver.com/docs
+[discord-link]: https://discord.com/invite/W6vYXmAQG2
+[contributing-link]: https://github.com/jumpserver/jumpserver/blob/dev/CONTRIBUTING.md
+
+
+[license-link]: https://www.gnu.org/licenses/gpl-3.0.html
+[docker-link]: https://hub.docker.com/u/jumpserver
+[github-release-link]: https://github.com/jumpserver/jumpserver/releases/latest
+[github-stars-link]: https://github.com/jumpserver/jumpserver
+[github-issues-link]: https://github.com/jumpserver/jumpserver/issues
+
+
+[github-release-shield]: https://img.shields.io/github/v/release/jumpserver/jumpserver
+[github-stars-shield]: https://img.shields.io/github/stars/jumpserver/jumpserver?color=%231890FF&style=flat-square
+[docker-shield]: https://img.shields.io/docker/pulls/jumpserver/jms_all.svg
+[license-shield]: https://img.shields.io/github/license/jumpserver/jumpserver
+[discord-shield]: https://img.shields.io/discord/1194233267294052363?style=flat&logo=discord&logoColor=%23f5f5f5&labelColor=%235462eb&color=%235462eb
+
+