Releases: plamenix/plamenix-desktop
Release list
Plamenix 1.0.0-beta
Open-source IDE for Firebird 2.5–5.0.
This is a beta. The core loop — connect, browse schema, run SQL, edit rows — works and is covered by tests. The surfaces around it are newer. Issues are welcome and useful.
On macOS and Windows, consider building from source
These builds are not code-signed. macOS will say the developer cannot be verified and Windows will show a SmartScreen warning — and those warnings are correct. Nothing has vouched for these binaries.
They are produced by GitHub Actions from the tagged commit, not uploaded from anyone's laptop, and the workflow is in the repository. That is verifiable, but it is not the same as a signature. Signing certificates cost money the project does not have yet.
Building from source is mostly unattended — the first build compiles the full Rust dependency tree, and every build after that is incremental.
If you would rather use the installers: on macOS, right-click the app and choose Open. On Windows, choose More info, then Run anyway. Linux packages are unaffected.
Installing
| Platform | File |
|---|---|
| macOS (Apple Silicon) | Plamenix_1.0.0-beta_aarch64.dmg |
| macOS (Intel) | Plamenix_1.0.0-beta_x64.dmg |
| Windows | Plamenix_1.0.0-beta_x64-setup.exe |
| Debian / Ubuntu | Plamenix_1.0.0-beta_amd64.deb |
| Fedora / RHEL | Plamenix-1.0.0-beta-1.x86_64.rpm |
| Linux (portable) | Plamenix_1.0.0-beta_amd64.AppImage |
Firebird's client library is loaded at runtime, so no separate fbclient install is needed for the default pure-Rust connection mode.