Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/.vitepress/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
{ text: 'Installation', link: '/pages/installation' },
{ text: 'Devices', link: '/pages/devices' }
],

sidebar: [
{
text: 'Guide',
Expand All @@ -21,10 +21,10 @@ export default defineConfig({
]
}
],

footer: {
message: 'Released under the GPL2 and GPL3 License.',
copyright: '© 2025 KernelSU Next. All rights reserved'
message: 'Released under the GPL 2 and GPL 3 license.',
copyright: '© 2025 KernelSU Next. All rights reserved.'
},

socialLinks: [
Expand Down
10 changes: 9 additions & 1 deletion docs/.vitepress/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from 'vitepress'
import en_US from './en_US'
import pt_BR from './pt_BR'
import zh_CN from './zh_CN'

export default defineConfig({
Expand All @@ -10,6 +11,13 @@ export default defineConfig({
themeConfig: en_US.themeConfig,
description: en_US.description
},
pt_BR: {
label: 'Português (Brasil)',
link: pt_BR.link,
lang: pt_BR.lang,
themeConfig: pt_BR.themeConfig,
description: pt_BR.description
},
zh_CN: {
label: '简体中文',
link: zh_CN.link,
Expand All @@ -18,4 +26,4 @@ export default defineConfig({
description: zh_CN.description
}
}
})
})
36 changes: 36 additions & 0 deletions docs/.vitepress/locales/pt-BR.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
lang: 'pt_BR',
link: '/pt_BR/',
description: "Uma solução root baseada em kernel para Android",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Início', link: '/pt_BR/' },
{ text: 'Instalação', link: '/pt_BR/pages/installation' },
{ text: 'Dispositivos', link: '/pt_BR/pages/devices' }
],

sidebar: [
{
text: 'Guia',
items: [
{ text: 'Instalação', link: '/pt_BR/pages/installation' },
{ text: 'Dispositivos', link: '/pt_BR/pages/devices' }
]
}
],

footer: {
message: 'Lançado sob a licença GPL 2 e GPL 3.',
copyright: '© 2025 KernelSU Next. Todos os direitos reservados.'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/KernelSU-Next' },
{ icon: 'telegram', link: 'https://t.me/ksunext' }
]
}
})
8 changes: 4 additions & 4 deletions docs/.vitepress/locales/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
{ text: '安装', link: '/zh_CN/pages/installation' },
{ text: '设备', link: '/zh_CN/pages/devices' }
],

sidebar: [
{
text: 'Guide',
Expand All @@ -22,10 +22,10 @@ export default defineConfig({
]
}
],

footer: {
message: 'Released under the GPL2 and GPL3 License.',
copyright: '© 2025 KernelSU Next. All rights reserved'
message: 'Released under the GPL 2 and GPL 3 license.',
copyright: '© 2025 KernelSU Next. All rights reserved.'
},

socialLinks: [
Expand Down
39 changes: 19 additions & 20 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Home
hero:
name: "KernelSU Next"
text: "An advanced kernel-based root solution for Android"
tagline: Supports kernel 4.4 - 6.6 (Non-GKI & GKI)
tagline: Supports kernels 4.4 - 6.6 (Non-GKI & GKI)
image:
src: /logo.png
alt: "KernelSU Next"
Expand All @@ -15,34 +15,33 @@ hero:
text: Installation
link: pages/installation
- theme: alt
text: Github
text: GitHub
link: https://github.com/KernelSU-Next/KernelSU-Next

features:
- title: Non-GKI kernel support
details: Non-GKI kernel support from 4.x - 5.4 with LTS mode (3.x is experimental)
details: Supports non-GKI kernels from 4.x - 5.4 with LTS mode (3.x is experimental).
- title: GKI kernel support
details: GKI kernels support from 5.10 - 6.6 with GKI mode (6.6+ is experimental)
details: Supports GKI kernels from 5.10 - 6.6 with GKI mode (6.6+ is experimental).
- title: Dynamic module mount
details: Includes both Magic Mount and OverlayFS, which can be switched from the settings with a single toggle
details: Includes support for Magic Mount and OverlayFS, which can be switched from the settings with a single toggle.
- title: New manager features
details: Manager app has a new, redesigned look with several feature improvements and a UI overhaul
- title: Module backup & restoration
details: Allows for backup and restoration of modules, whether they were uninstalled accidentally, you changed your mind, or you simply want to restore a specific backup
- title: Auto-updates
details: Manager app updates automatically with new releases
details: The manager app features a redesigned interface with several improvements and a complete UI overhaul.
- title: Module backup & restore
details: Allows backup and restoration of modules, whether they were accidentally uninstalled, you changed your mind, or want to restore a specific backup.
- title: Automatic updates
details: The manager app updates automatically with each new release.
- title: Frequent updates
details: Frequently updated with lots of upcoming features
details: Regularly updated with many upcoming features and improvements.
- title: Hide hosts
details: Hides hosts file modifications from detectors using app profile unmount, allowing you to use ad blockers without any hassle
details: Hides hosts file modifications from detectors using App Profile unmount, allowing ad blockers to work seamlessly.
- title: Bulk installation
details: Bulk install multiple modules at once, select all the modules you want and everything will be installed in serial
details: Install multiple modules at once, select all desired modules and they'll be installed sequentially.
- title: Custom image size
details: Customizable OverlayFS sparse image size to whatever value that suits your needs, default size is 6GB
- title: SU Allowlist backup & restoration
details: Backup and restore SU permission allowlist for all apps you previously given, useful to restore all the SU permissions you previously allowed on different device or setup
- title: SuSFS Controls & Info
details: Get compatibility/basic info for SuSFS & Controls for KPROBES hooks hiding mode
details: Customize the size of the OverlayFS sparse image to suit your needs. The default size is 6 GB.
- title: SU allowlist backup & restore
details: Backup and restore the SU permission allowlist for all previously granted apps, making it easy to recover permissions on a new device or setup.
- title: SuSFS controls & info
details: View compatibility details and basic info about SuSFS, along with controls for KPROBES hook-hiding mode.
- title: WebUI X
details: WebUI X is an innovative way to manage WebUIs, which has a lot more system level APIs the module/webui developers can elevate for their needs, it also has monet support for seamless Material U look all around

details: WebUI X offers an innovative way to manage WebUIs, featuring enhanced system-level APIs that module/WebUI developers can leverage. It also includes Monet support for a consistent Material You design throughout.
4 changes: 2 additions & 2 deletions docs/pages/devices.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Unofficially supported devices

>[!info]
> Here is the list of devices unofficially supported by KernelSU Next
> Here's the list of devices unofficially supported by KernelSU Next.

>[!warning]
> In this page, there are kernels for devices unofficially supporting KernelSU Next, maintained by other developers. So, be cautious about what you are flashing!
> In this page, there are kernels for devices unofficially supported by KernelSU Next, maintained by other developers. So, be cautious about what you're flashing!

<script setup>
import data from '../repos.json'
Expand Down
14 changes: 8 additions & 6 deletions docs/pages/installation.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Installation

## Easy Integration
Copy, paste and run! Easy integration CLI commands
## Easy integration

Copy, paste, and run! Easy-to-integrate CLI commands.

>[!note]
>Run the following commands in the kernel source code root directory according to your needs.
***Attention: the Dev branch has not been fully tested and may not be suitable for most device environments. If you find a bug, please fix it yourself or submit an issue to the developer.***
>Run the following commands from the root directory of your kernel source, as needed.
Warning: the `Dev` branch hasn't been fully tested and may not be suitable for most devices. If you find any bug, feel free to fix them yourself or submit an issue to the developer.

### KernelSU Next

::: code-group
```sh [Latest release]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -
```

```sh [Next branch (dev)]
```sh [next branch (dev)]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s next
```

```sh [Specific tag]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.8
```
```
47 changes: 47 additions & 0 deletions docs/pt_BR/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
title: Início

hero:
name: "KernelSU Next"
text: "Uma solução root avançada baseada em kernel para Android"
tagline: Suporta kernels 4.4 - 6.6 (Não-GKI e GKI)
image:
src: /logo.png
alt: "KernelSU Next"
actions:
- theme: brand
text: Instalação
link: /pt_BR/pages/installation
- theme: alt
text: GitHub
link: https://github.com/KernelSU-Next/KernelSU-Next

features:
- title: Suporte a kernel não-GKI
details: Suporta kernels não-GKI de 4.x - 5.4 com modo LTS (3.x é experimental).
- title: Suporte ao kernel GKI
details: Suporta kernels GKI de 5.10 - 6.6 com modo GKI (6.6+ é experimental).
- title: Montagem de módulo dinâmica
details: Inclui suporte a Magic Mount e OverlayFS, que podem ser alternados nas configurações com um único botão.
- title: Novos recursos do gerenciador
details: O app do gerenciador apresenta uma interface redesenhada com diversas melhorias e uma reformulação completa da IU.
- title: Backup e restauração de módulo
details: Permite fazer backup e restaurar módulos, independentemente de terem sido desinstalados acidentalmente, de você ter mudado de ideia ou de desejar restaurar um backup específico.
- title: Atualizações automáticas
details: O app do gerenciador é atualizado automaticamente a cada nova versão.
- title: Atualizações frequentes
details: Recebe melhorias contínuas e novos recursos de forma regular.
- title: Ocultar hosts
details: Oculta modificações de arquivos hosts de detectores usando a desmontagem do Perfil do Aplicativo, permitindo que bloqueadores de anúncios funcionem perfeitamente.
- title: Instalação em massa
details: Instale vários módulos de uma vez, selecione todos os módulos desejados e eles serão instalados sequencialmente.
- title: Tamanho de imagem personalizado
details: Personalize o tamanho da imagem esparsa do OverlayFS para atender às suas necessidades. O tamanho padrão é 6 GB.
- title: Backup e restauração da lista de permissões SU
details: Faça backup e restaure a lista de permissões do SU para todos os apps concedidos anteriormente, facilitando a recuperação de permissões em um novo dispositivo ou configuração.
- title: Controles e informações do SuSFS
details: Veja detalhes de compatibilidade e informações básicas do SuSFS, juntamente com controles para o modo de ocultação de ganchos KPROBES.
- title: WebUI X
details: O WebUI X oferece uma maneira inovadora de gerenciar WebUIs, apresentando APIs aprimoradas em nível de sistema que os desenvolvedores de módulos/WebUI podem aproveitar. Ele também inclui suporte a Monet para um Material You consistente em todo o design.
28 changes: 28 additions & 0 deletions docs/pt_BR/pages/devices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Dispositivos com suporte não oficial

>[!info] INFORMAÇÕES
> Aqui está a lista de dispositivos não oficialmente suportados pelo KernelSU Next.

>[!warning] AVISO
> Nesta página, existem kernels para dispositivos não oficialmente suportados pelo KernelSU Next, mantidos por outros desenvolvedores. Portanto, tenha cuidado com o que você está flashando!

<script setup>
import data from '../repos.json'
</script>

<table>
<thead>
<tr>
<th>Mantenedor</th>
<th>Repositório</th>
<th>Dispositivos suportados</th>
</tr>
</thead>
<tbody>
<tr v-for="repo in data" :key="repo.devices">
<td><a :href="repo.maintainer_link" target="_blank" rel="noreferrer">{{ repo.maintainer }}</a></td>
<td><a :href="repo.kernel_link" target="_blank" rel="noreferrer">{{ repo.kernel_name }}</a></td>
<td>{{ repo.devices }}</td>
</tr>
</tbody>
</table>
24 changes: 24 additions & 0 deletions docs/pt_BR/pages/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Instalação

## Fácil integração

Copie, cole e execute! Comandos CLI de fácil integração.

>[!note] OBSERVAÇÃO
>Execute os comandos a seguir no diretório raiz do código-fonte do kernel, conforme suas necessidades.
Atenção: o branch `Dev` ainda não foi completamente testado e pode não ser adequado para a maioria dos dispositivos. Caso encontre algum bug, você pode corrigi-lo por conta própria ou relatar o problema ao desenvolvedor.

### KernelSU Next

::: code-group
```sh [Último lançamento]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -
```

```sh [Branch next (dev)]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s next
```

```sh [Tag específica]
curl -LSs "https://raw.githubusercontent.com/KernelSU-Next/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.8
```
29 changes: 14 additions & 15 deletions docs/zh_CN/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
title: Android 上的高级内核级 root 解决方案
title: 开始

hero:
name: "KernelSU Next"
Expand All @@ -15,34 +15,33 @@ hero:
text: 安装
link: /zh_CN/pages/installation
- theme: alt
text: Github
text: GitHub
link: https://github.com/KernelSU-Next/KernelSU-Next

features:
- title: 非 GKI 内核支持
details: 4.x - 5.4 版本支持非 GKI 内核,且采用 LTS 模式(3.x 版本为实验性版本)
details: 4.x - 5.4 版本支持非 GKI 内核,且采用 LTS 模式(3.x 版本为实验性版本)
- title: GKI 内核支持
details: 5.10 - 6.6 版本支持 GKI 内核,且采用 GKI 模式(6.6 及以上版本为实验性版本)
details: 5.10 - 6.6 版本支持 GKI 内核,且采用 GKI 模式(6.6 及以上版本为实验性版本)
- title: 动态模块挂载
details: 支持 Magic Mount 和 OverlayFS 两种模块挂载模式,可根据喜好通过设置轻松切换
details: 支持 Magic Mount 和 OverlayFS 两种模块挂载模式,可根据喜好通过设置轻松切换
- title: 全新设计的管理器
details: 管理器应用现在拥有一个全新设计的界面并带来了多个功能改进
details: 管理器应用现在拥有一个全新设计的界面并带来了多个功能改进
- title: 模块备份与恢复
details: 支持备份及恢复安装过的所有模块,再也不用担心模块不翼而飞了!
- title: 自动更新
details: 管理器应用会自动检查最新版本的更新
details: 管理器应用会自动检查最新版本的更新
- title: 马不停蹄
details: 管理团队定期更新并带来许多令人耳目一新的新功能
details: 管理团队定期更新并带来许多令人耳目一新的新功能
- title: 隐藏 Hosts
details: 通过应用程序配置文件卸载隐藏对 hosts 文件的修改,让你无障碍使用广告拦截器
details: 通过应用程序配置文件卸载隐藏对 Hosts 文件的修改,让你无障碍使用广告拦截器
- title: 批量安装
details: 一次批量安装多个模块,选择你需要的所有模块,管理器会自动依次安装
details: 一次批量安装多个模块,选择你需要的所有模块,管理器会自动依次安装
- title: 自定义镜像大小
details: 可自定义 OverlayFS 稀疏镜像大小以满足你的需求,默认大小为 6GB
details: 可自定义 OverlayFS 稀疏镜像大小以满足你的需求,默认大小为 6 GB。
- title: 超级用户列表备份与恢复
details: 备份和恢复所有授予超级用户权限的 APP 列表及其 APP Profile 配置,妈妈再也不用担心配置丢失了!
details: 备份和恢复所有授予超级用户权限的 App 列表及其 App Profile 配置,妈妈再也不用担心配置丢失了!
- title: SuSFS 运行控制
details: 获取 SuSFS 的运行状态(如有)以及操作 KPROBES 钩子隐藏模式
details: 获取 SuSFS 的运行状态(如有)以及操作 KPROBES 钩子隐藏模式
- title: WebUI X
details: 是一种管理 WebUI 的创新方法,它拥有更多系统级 API,模块/WebUI 开发者可以根据自身需求进行升级,同时还支持无缝衔接的 Material U 界面。

details: 是一种管理 WebUI 的创新方法,它拥有更多系统级 API,模块/WebUI 开发者可以根据自身需求进行升级,同时还支持无缝衔接的 Material You 界面。
6 changes: 3 additions & 3 deletions docs/zh_CN/pages/devices.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 非官方支持设备

>[!info] 信息
> 由其他开发者维护的支持 KernelSU Next 的非 GKI 设备内核
> 由其他开发者维护的支持 KernelSU Next 的非 GKI 设备内核

>[!warning] 请注意
>[!warning] 请注意
> 这些内核未经过 KernelSU Next 团队审查,请在使用前自行确保其安全性!

<script setup>
Expand All @@ -25,4 +25,4 @@ import data from '../../repos.json'
<td>{{ repo.devices }}</td>
</tr>
</tbody>
</table>
</table>
Loading