Skip to content

Releases: partnernetsoftware/minicon

Release list

MiniCon 0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:55

MiniCon is a standalone terminal in a single executable: no installer, no
runtime, and no Visual C++ redistributable.

Downloads

One file per platform, with a SHA-256 beside it.

Platform Archive
Windows x86_64 minicon-0.1.0-windows-x86_64.zip
Linux x86_64 minicon-0.1.0-linux-x86_64.tar.gz
macOS — Apple Silicon and Intel minicon-0.1.0-macos-universal.tar.gz

The macOS build is a universal binary: the same file runs on both
architectures.

Verify a download before running it:

sha256sum -c minicon-0.1.0-linux-x86_64.tar.gz.sha256

Old Windows

Windows Server 2016 and Windows 10 version 1607 are supported. Those builds
have no pseudoconsole, so MiniCon hosts the shell in a hidden console instead.
See Running on old Windows.

Reporting a problem

Run minicon --status and include the output. It reports the build, the PTY
backend this machine selected and why, the font face the system actually
resolved to with its measured cell width, and where MiniCon writes when
something fails — none of which can be answered by reading the source.

MIT OR Apache-2.0.