
New releaseSep 6, 2026
Magisk v31.0
Androidカスタマイズスイート。ルートアクセス(MagiskSU)、システムレスモジュールインストール、ブートイメージの展開/再パッケージ化、およびZygiskランタイムコードインジェクションによる高度なデバイス改変を提供します。

これは公式にサポートされているGoogle製品ではありません
はじめに
MagiskはAndroidをカスタマイズするためのオープンソースソフトウェアスイートであり、Android 6.0以降のデバイスをサポートしています。
主な機能は以下の通りです:
- MagiskSU: アプリケーションにrootアクセスを提供します
- Magisk Modules: モジュールをインストールして読み取り専用パーティションを変更します
- MagiskBoot: Androidブートイメージのアンパックと再パックのための最も完全なツール
- Zygisk: すべてのAndroidアプリケーションのプロセスでコードを実行します
ダウンロード
Github は、公式のMagisk情報とダウンロードを入手できる唯一のソースです。
便利なリンク
バグ報告
デバッグビルドからのバグ報告のみを受け付けます。
インストールの問題については、ブートイメージとインストールログの両方をアップロードしてください。
Magiskの問題については、ブートのlogcatまたはdmesgをアップロードしてください。
Magiskアプリのクラッシュについては、クラッシュ発生時のlogcatを記録してアップロードしてください。
翻訳への貢献
MagiskアプリとそのスタブAPKのデフォルトの文字列リソースは以下の場所にあります:
app/core/src/main/res/values/strings.xmlapp/stub-res/src/main/res/values/strings.xml
それぞれを翻訳し、該当する場所([module]/src/main/res/values-[lang]/strings.xml)に配置してください。
ライセンス
Magisk, including all git submodules are free software:
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.