Masamune is a Textual terminal interface for building Morphe APKs from user-supplied local APK and split-APK files.
It verifies local inputs, merges splits, resolves Morphe tooling, applies patches, signs outputs, and optionally packages modules. It does not download stock APKs from Google Play or fallback providers.
Preview
Requirements
| Requirement | Version | Notes |
|---|---|---|
Python |
3.11–3.13 | Runtime and development support. |
Java |
21+ | Required by Morphe CLI, APKEditor, and uber-apk-signer. |
uv |
latest | Recommended for installation and development. |
| Local APKs | user-provided | Base APK or complete split set for each build job. |
Windows and Linux are supported. Morphe CLI, patch bundles, APKEditor, and uber-apk-signer are prepared in the user cache when a build starts.
Features
- Local-only APK input: native APK and folder pickers; no stock APK downloads.
- Input verification: package identity, version, version code, architecture, split coverage, hashes, and signing certificates are checked before use.
- Config-driven builds: apps, architectures, versions, patch sources, and
build modes live in
morphe.toml. - Morphe patch workflow: discover patches, select exact patch sets, and edit configurable patch options.
- APK and module output: build patched APKs plus optional deterministic Magisk/KernelSU modules.
- Background execution: current stage, per-job status, redacted events, and build logs remain visible while tools run.
- Signing controls: bundled public template keystore for checkout testing, or a private user keystore for real signing.
- Build history: completed, failed, and cancelled builds remain available with output paths and summaries.
- Safe cache cleanup: inspect cache areas and remove only disposable data.
- Atomic publication: existing outputs are never overwritten; failed builds publish nothing.
- Terminal-native UI: keyboard navigation, command palette, themes, compact sidebar, and reduced-motion support.
Install
From PyPI
uv tool install masamune-tui
masamune
From source
git clone https://github.com/Villoh/masamune.git
cd masamune
uv sync
uv run masamune
Running masamune without arguments opens the TUI. The explicit
masamune tui form accepts launch options.
Configure local APKs
Create morphe.toml:
[toolchain]
morphe-source = "MorpheApp/morphe-desktop"
morphe-version = "latest"
patches-source = "MorpheApp/morphe-patches"
patches-version = "latest"
[[apps]]
package = "com.google.android.youtube"
name = "YouTube"
source-dir = "C:/Users/me/Downloads/youtube-splits"
version = "auto"
arch = "arm64-v8a"
build-mode = "apk"
include-patches = ["GmsCore support", "SponsorBlock"]
source-dir is optional. If omitted, Start build asks for a source for
each enabled app through the native picker:
- Select an APK to use its containing directory.
- Select a folder to use that folder directly.
- Use
{arch},{abi}, or{module}placeholders for architecture-specific directories.
The TUI writes validated configuration changes atomically. Unsupported TOML fields remain safe to edit manually.
Launch options
masamune tui \
--config morphe.toml \
--cache /path/to/cache \
--output build \
--keystore /path/outside/repository/masamune.p12 \
--keystore-alias masamune
| Option | Default | Meaning |
|---|---|---|
--config PATH |
User config path | Configuration displayed and edited by TUI. |
--cache PATH |
Platform cache root | Toolchain, patch, and build cache. |
--output PATH |
build |
Atomic build publication directory. |
--keystore PATH |
Bundled template in checkout; generated key otherwise | Signing keystore. |
--keystore-alias ALIAS |
masamune |
Signing alias. |
Private keystore passwords are read only from MORPHE_KEYSTORE_PASSWORD. They
are never displayed or stored by TUI.
Interface
| View | Key | Purpose |
|---|---|---|
| Dashboard | 1 |
Inspect and edit configured applications. |
| Build | 2 |
Review parameters, start builds, and monitor results. |
| Builds | 3 |
Review persisted build history and outputs. |
| Patches | 4 |
Discover patches and save exact selections. |
| Cache | 5 |
Inspect cache paths and remove disposable work. |
| Bundles | 6 |
Discover supported applications from patch sources. |
| Key | Action |
|---|---|
Ctrl+B |
Toggle compact sidebar. |
Ctrl+P |
Open command palette. |
? |
Show available keys. |
T |
Open theme selector. |
Q |
Quit. |
Build flow
- Add or select an application.
- Select a local APK or split directory.
- Review version, architecture, patches, output, and signing key.
- Confirm the build.
- TUI verifies inputs, merges splits, applies Morphe patches, signs outputs, and publishes verified artifacts atomically.
Build view reports:
- pending, running, success, failed, and cancelled states;
- current stage and per-job state;
- redacted, scrollable subprocess events;
- output paths and artifact names;
build.logand provenance files in each published build directory.
Only one build runs at a time. Stop build cancels the active downloader and cleans temporary staging; it does not interrupt arbitrary external tools.
Patch bundles and individual patches
Bundles provides discovery data for supported applications from public patch sources. Add an application to the dashboard or assign a patch source to an existing app without replacing unrelated configuration.
Patches resolves the configured source, lists compatible patches, and saves an exact selection. Configurable patches expose boolean, numeric, and free-text options with upstream defaults and suggestions.
Patch resolution may download Morphe metadata and toolchains into the external cache. It never downloads stock APKs.
Safety model
- No Google Play, APKMirror, Uptodown, or other stock APK downloads.
- Original local split APKs remain unchanged.
- APK metadata, hashes, architecture, and signer identity are verified.
- Existing output directories are never overwritten.
- Signing keys are protected from cache cleanup.
- Sensitive passwords and subprocess output are redacted.
- Failed builds publish no partial output.
The bundled template keystore is for local test builds only. It does not prove publisher identity. Use a private keystore for distributable builds.
Current limits
The TUI intentionally does not provide:
- credential storage or display;
- raw/free-form TOML editing;
- GitLab patch-source assignment;
- parallel builds;
- web mode;
- runtime PNG rendering;
- hard cancellation of every external subprocess.
Use the CLI or a text editor for automation and unsupported configuration fields.
Development
uv sync
uv run python -m unittest discover -s tests
uv lock --check
uv build
Detailed interface notes live in docs/tui.md.
License
MIT. See LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file masamune_tui-1.0.1.tar.gz.
File metadata
- Download URL: masamune_tui-1.0.1.tar.gz
- Upload date:
- Size: 84.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0283bea6149d3fc9c0894a100779001830b806a1f39433c39f8322def228c5ab
|
|
| MD5 |
74ca243269c84d90e9232b3a9223b1b7
|
|
| BLAKE2b-256 |
f26d19ec488d1d83de301039294bb1450311fbd93931bdadcb1899ffe02b35ca
|
Provenance
The following attestation bundles were made for masamune_tui-1.0.1.tar.gz:
Publisher:
publish.yml on Villoh/masamune
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masamune_tui-1.0.1.tar.gz -
Subject digest:
0283bea6149d3fc9c0894a100779001830b806a1f39433c39f8322def228c5ab - Sigstore transparency entry: 2349414372
- Sigstore integration time:
-
Permalink:
Villoh/masamune@8a553d21cdf02aec23a018aa38c25956458038ba -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/Villoh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8a553d21cdf02aec23a018aa38c25956458038ba -
Trigger Event:
push
-
Statement type:
File details
Details for the file masamune_tui-1.0.1-py3-none-any.whl.
File metadata
- Download URL: masamune_tui-1.0.1-py3-none-any.whl
- Upload date:
- Size: 92.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5bfba1a9ab3f4fc2fc00e5af217d4b55f4ef4795c470d453936d9ad3dd98248
|
|
| MD5 |
21841fc493c4edd078457202f7a9a1ed
|
|
| BLAKE2b-256 |
eac5d9f2d01e82d5fb7430097e7bb0f12b32b926e91fa7e7db43fa3787d01981
|
Provenance
The following attestation bundles were made for masamune_tui-1.0.1-py3-none-any.whl:
Publisher:
publish.yml on Villoh/masamune
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
masamune_tui-1.0.1-py3-none-any.whl -
Subject digest:
f5bfba1a9ab3f4fc2fc00e5af217d4b55f4ef4795c470d453936d9ad3dd98248 - Sigstore transparency entry: 2349415268
- Sigstore integration time:
-
Permalink:
Villoh/masamune@8a553d21cdf02aec23a018aa38c25956458038ba -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/Villoh
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@8a553d21cdf02aec23a018aa38c25956458038ba -
Trigger Event:
push
-
Statement type: