| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ClearText-Portable.zip | 2026-08-27 | 15.9 MB | |
| ClearText.msi | 2026-08-27 | 12.7 MB | |
| ClearText.msix | 2026-08-27 | 16.7 MB | |
| README.md | 2026-08-27 | 1.7 kB | |
| Release v3 source code.tar.gz | 2026-08-27 | 435.7 kB | |
| Release v3 source code.zip | 2026-08-27 | 437.5 kB | |
| Totals: 6 Items | 46.2 MB | 0 | |
Stable Release
Version: 1.0.3.0 Commit: [de61c5] Build: [#3]
π ClearText
A lightweight, multi-tab text editor for Windows and Linux.
π¦ Downloads
- ClearText.msi β Windows installer with Start Menu and optional desktop shortcuts
- ClearText.msix β Unsigned package ready for Microsoft Store submission
- ClearText-Portable.zip β Portable version, no installation required
β¨ Installer Features (MSI)
- β Start Menu shortcut
- β Optional desktop shortcut
- β Custom installation directory
- β Proper uninstall support
- β Add/Remove Programs integration
πͺ Microsoft Store Submission
The MSIX package is unsigned and ready for submission via Partner Center. Before uploading:
- Update the
Identity NameandPublisherin the manifest with your Partner Center values - Upload the unsigned MSIX β Microsoft handles signing during certification
π¦ Package Comparison
| Feature | MSI | MSIX | Portable |
|---|---|---|---|
| Installation Required | Yes | Yes | No |
| Start Menu Integration | β | β | β |
| Auto-Update Support | β | β | β |
| Microsoft Store Ready | β | β | β |
| Sandboxed | β | β | β |
| Traditional Uninstall | β | β | β |
| Code Signing Required | β | Store | β |
π Usage
Launch cleartext.exe from the Start Menu or desktop shortcut. It's a single self-contained executable β no companion binaries required.
π― Silent Installation (MSI)
:::cmd
msiexec /i ClearText.msi /quiet /norestart
msiexec /i ClearText.msi /quiet /norestart DESKTOP_SHORTCUT=1
msiexec /x ClearText.msi /quiet /norestart
Built with β€οΈ using GitHub Actions