| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FelixTerminal-Portable.zip | 2026-07-05 | 32.9 MB | |
| FelixTerminal.msi | 2026-07-05 | 16.0 MB | |
| FelixTerminal.msix | 2026-07-05 | 33.9 MB | |
| README.md | 2026-07-05 | 1.9 kB | |
| Release v331 source code.tar.gz | 2026-07-05 | 38.0 MB | |
| Release v331 source code.zip | 2026-07-05 | 38.1 MB | |
| Totals: 6 Items | 158.9 MB | 0 | |
Stable Release
Version: 1.0.331.0 Commit: [cb9195] Build: [#331]
π₯οΈ Felix Terminal
A fast OpenGL-accelerated terminal emulator for Windows and Linux.
π¦ Downloads
- FelixTerminal.msi β Windows installer with Start Menu and optional desktop shortcuts
- FelixTerminal.msix β Unsigned package ready for Microsoft Store submission
- FelixTerminal-Portable.zip β Portable version, no installation required
β¨ Installer Features (MSI)
- β Start Menu shortcuts for cmd.exe and PowerShell
- β Optional desktop shortcuts for both launchers
- β 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
:::cmd
flt.exe # Open with cmd.exe (default)
flt.exe powershell.exe # Open with PowerShell
flt.exe bash # Open with bash (WSL etc.)
π― Silent Installation (MSI)
:::cmd
msiexec /i FelixTerminal.msi /quiet /norestart
msiexec /i FelixTerminal.msi /quiet /norestart DESKTOP_SHORTCUT=1
msiexec /x FelixTerminal.msi /quiet /norestart
Built with β€οΈ using GitHub Actions