Platform and installation
Supported platform
Section titled “Supported platform”| Requirement | Released value |
|---|---|
| Operating system | macOS only |
| Minimum macOS version | 10.15 |
| Apple Silicon build target | aarch64-apple-darwin |
| Intel build target | x86_64-apple-darwin |
| Application identifier | dev.molt.notebook |
| Python | Python 3 executable supplied by the user; CI exercises 3.12 |
| Network connection | Not required for local execution after installation, unless user code needs it |
No Windows or Linux installer is produced by the selected release workflow.
Stable release artifacts
Section titled “Stable release artifacts”The documented release is v0.2.7.
| File | Target | Size at review | SHA-256 |
|---|---|---|---|
Molt_0.2.7_aarch64.dmg |
Apple Silicon | 3,822,005 bytes | 2017a3b4daf333f3e943628e1c938567040cdcc768f861a20d723f2d8c5adc64 |
Molt_0.2.7_x86_64.dmg |
Intel | 3,887,422 bytes | 34618c75878ff6ef4b5dd9aed364721e59db96bfe533cc2eaf24eefca79f40d8 |
The exact verification commands are:
shasum -a 256 Molt_0.2.7_aarch64.dmgshasum -a 256 Molt_0.2.7_x86_64.dmgExpected digests:
2017a3b4daf333f3e943628e1c938567040cdcc768f861a20d723f2d8c5adc64 Molt_0.2.7_aarch64.dmg34618c75878ff6ef4b5dd9aed364721e59db96bfe533cc2eaf24eefca79f40d8 Molt_0.2.7_x86_64.dmgInstallation destination
Section titled “Installation destination”The supported manual installation is to drag the application into:
/Applications/Molt.appThe selected release attaches only the two DMG installers; it does not attach a package-manager installer or updater package.
Signing and Gatekeeper
Section titled “Signing and Gatekeeper”The release README states that builds are not Apple-notarized. Gatekeeper may report that the app is damaged. After confirming the official artifact, the documented workaround is:
xattr -cr /Applications/Molt.appThere is no in-app updater. To upgrade, quit Molt and replace the application bundle with a newer release. Notebook and configuration files remain under the user’s Application Support directory and are separate from the app bundle.
Application window behavior
Section titled “Application window behavior”Tauri creates the main window with:
| Property | Value |
|---|---|
| Initial size | 680 × 720 logical pixels |
| Visible at launch | Yes |
| Resizable | Yes |
| Decorations | Yes |
| Transparent window | Yes |
| Always on top | No |
| Skip taskbar | No in Tauri config |
The bundle’s Info.plist sets LSUIElement to true, so macOS suppresses the Dock icon. The selected release does not construct a tray icon or menu-bar toggle despite granting tray permissions.
The settings window is created on demand at 520 × 480, is resizable and minimizable, and is not maximizable.
Embedded version metadata
Section titled “Embedded version metadata”The published app bundle and DMG use version 0.2.7. The release workflow derives
that version from the GitHub tag. These source manifests retain the development
default 0.1.0:
- Root
package.json. src-tauri/Cargo.toml.src-tauri/tauri.conf.json.
Use the GitHub release and commit for documentation provenance; do not infer the published bundle version from the development defaults.
