Skip to content

Releases: alplabai/signex-kicad-import

signex-kicad-import v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 12:40

signex-kicad-import v0.1.0

One-way converter from KiCad files (.kicad_sch, .kicad_pcb,
.kicad_sym, .kicad_pro) to Signex's native formats
(.snxsch, .snxpcb, .snxprj).

Licensed GPL-3.0-or-later because the underlying kicad-parser
and kicad-writer crates derive from KiCad's GPL-3.0 source.
Distributed independently from
Signex Community (Apache-2.0).
See docs/LICENSING.md
in the main repo for the rationale behind the two-repo split.

Usage

signex-kicad-import path/to/project.kicad_pro

Produces project.snxprj + sibling .snxsch / .snxpcb files
ready to open in Signex Community v0.9.0 or later. Originals
remain intact.

Downloads

Pick the binary for your platform below. After download, extract
and put signex-kicad-import (.exe on Windows) on your
PATH. Verify the SHA-256 against SHA256SUMS.txt.

Platform File
Linux x86_64 signex-kicad-import-x86_64-unknown-linux-gnu-0.1.0.tar.gz
macOS x86_64 (Intel) signex-kicad-import-x86_64-apple-darwin-0.1.0.tar.gz
macOS arm64 (Apple Silicon) signex-kicad-import-aarch64-apple-darwin-0.1.0.tar.gz
Windows x86_64 signex-kicad-import-x86_64-pc-windows-msvc-0.1.0.zip
Windows arm64 signex-kicad-import-aarch64-pc-windows-msvc-0.1.0.zip

Build from source

git clone https://github.com/alplabai/signex-kicad-import
cd signex-kicad-import
cargo build --release -p signex-kicad-import

The resulting binary is at target/release/signex-kicad-import.