Releases: mocchii2/Separan
Release list
Separan Native Core
Separan Native Core
This release provides the native C CLI and the Separan Gateway Worker for Windows and Linux.
Native C CLI downloads
- Windows installer — separan-installer.exe: installs the native CLI and adds it to the user PATH. Open a new terminal, then run
separan examples/hello.sep. - Windows portable — separan-portable.zip: installer-free Windows bundle.
- Linux x86_64 — separan-linux-x86_64.tar.gz: native binary for x86_64 Linux.
- Linux ARM64 — separan-linux-aarch64.tar.gz: native binary for ARM64/aarch64 Linux. Both Linux binary bundles use the same
make installcommand. - Linux source — separan-linux-source.tar.gz: architecture-independent C source for the CLI and Gateway Worker; build and install on the target Linux host with
make install.
Gateway Worker downloads
The Gateway Worker is a FastCGI backend, not an HTTP web server. Connect it to Apache mod_proxy_fcgi, nginx fastcgi_pass, or another FastCGI-capable web server to execute Separan http_route handlers.
- Windows x86_64 — separan-gw-windows-x86_64.zip:
separan-gw.exe, both manuals, and a config template. - Linux x86_64 — separan-gw-linux-x86_64.tar.gz: native Gateway Worker for x86_64.
- Linux ARM64 — separan-gw-linux-aarch64.tar.gz: native Gateway Worker for ARM64/aarch64.
Each Linux Gateway binary bundle contains the same make install Makefile, both manuals, and a config template. The architecture-independent source archive builds both CLI and Gateway Worker with the host compiler.
Highlights
- Explicit
SEP:/END_SEP:block syntax - Native structural validation for labels, branches, and nesting
- Portable Windows and Linux CLI distributions
- FastCGI stdio, Unix/TCP sockets, and Windows named pipes for the Gateway Worker
- Configurable worker pools, request/memory recycling, restart backoff, and graceful reload on supported platforms
Separan Language vscode-v0.9.2
Separan Language VS Code Extension vscode-v0.9.2
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.9.0
Separan Language VS Code Extension vscode-v0.9.0
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.6.1
Separan Language VS Code Extension vscode-v0.6.1
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.6.0
Separan Language VS Code Extension vscode-v0.6.0
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.5.4
Separan Language VS Code Extension vscode-v0.5.4
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.5.0
Separan Language VS Code Extension vscode-v0.5.0
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.4.3
Separan Language VS Code Extension vscode-v0.4.3
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.
Separan Language vscode-v0.4.2
Separan Language VS Code Extension vscode-v0.4.2
This release is now available on the VS Code Marketplace.
See CHANGELOG.md for details.