simvue-io / simvue-io/simvue-cli
Add Non-Python Deployment
Open
@kzscisoft is already working on this.
Since Oct 10, 2025.
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement
Provide a way of installing the CLI without needing to install Python.
Solution
Use pyinstaller to create executables which can be deployed alongside the PyPi releases.
Alternatives Considered
There are other options but these are less commonly used.
Additional Context
-
Need to ensure separate builds for different OSes.
-
macOS
-
Windows
-
Linux (Debian)
-
Linux (RHEL)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.