| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FelixTerminal-Portable.zip | 2026-07-02 | 32.4 MB | |
| FelixTerminal.msi | 2026-07-02 | 15.9 MB | |
| FelixTerminal.msix | 2026-07-02 | 33.3 MB | |
| README.md | 2026-07-02 | 1.9 kB | |
| Release v310 source code.tar.gz | 2026-07-02 | 37.8 MB | |
| Release v310 source code.zip | 2026-07-02 | 37.9 MB | |
| Totals: 6 Items | 157.4 MB | 0 | |
Stable Release
Version: 1.0.310.0 Commit: [785dad] Build: [#310]
🖥️ 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