Alex Voste

@alexvoste
0 Followers
0 Following
13 Posts
Designing software close to the metal. Focused on systems programming, networking, and privacy-first infrastructure.
@pancsta Just for u, my friend. Challenge accepted. Ready to back up your “slop” talk with some actual bug reports? Show me what u got: https://github.com/forgezero-cli/ForgeZero/issues/1
Dissect the code. Audit Aegis. v3.1.0 is here. · Issue #1 · forgezero-cli/ForgeZero

v3.1.0 AEGIS is live. I’ve spent months hardening the VFS, fixing TOCTOU, and pushing coverage to 91%. I’ve seen some "slop" comments lately. If u honestly think the logic is weak — proves it. I’m ...

GitHub
@pancsta Incredible slop with 91% test coverage and TOCTOU protection? I'll take that as a compliment. Go check the source, maybe you'll learn how to cook it. 🤡

@kkrolczyk Perfect timing! Just dropped v3.1.0 "AEGIS" — the Hardening Release.

We’ve gone full sovereign:
- Hardened FS: Native VFS with TOCTOU protection & atomic ops (bye-bye race conditions).
- Security: LookExecutable() sandboxing & strict path confinement.
- Diagnostics: New `fz doctor` to audit your whole toolchain.
- Stability: 90%+ coverage & clean `-race` runs.

It’s Pentagon-grade reliability for independent engineers. No bloat, just pure hardened power.

ForgeZero v3.1.0 “AEGIS” released.

Native Windows support (no WSL), hardened VFS, verified file access, secure command execution, atomic writes, fail-closed verification, and a new `fz doctor` diagnostics command.

go test ./... PASS
go test -race ./... PASS

GitHub: https://github.com/forgezero-cli/forgezero

#golang #opensource #devtools

GitHub - forgezero-cli/ForgeZero: 🌱 ForgeZero is a high-performance, zero-overhead build tool for assembly and C developers. It wraps NASM, GAS, FASM, GCC, Clang, and LD into a single unified command-line interface — no Makefiles, no build scripts, no configuration required to get started.

🌱 ForgeZero is a high-performance, zero-overhead build tool for assembly and C developers. It wraps NASM, GAS, FASM, GCC, Clang, and LD into a single unified command-line interface — no Makefiles, ...

GitHub

📚 Resources:

GitHub: github.com/forgezero-cli/ForgeZero

License: MIT | ForgeZero Core Team

Feedback welcome! 🛠️

#BuildTools #CProgramming #Assembly

🕊️ Philosophy:

"Non nobis, Domine, non nobis, sed nomini tuo da Gloriam"

Not for us, but for the work. Built for engineers who value sovereignty, security, and simplicity.

Inspired by Suckless & TinyCC.

#EthicalTech #OpenSource

🌍 Cross-compile with ease:

fz -cc main.c -toolchain zig -target aarch64-linux-musl -out app

One command. No sysroot hell. No toolchain zoo.

Supports: Linux • Windows • macOS • WASM (experimental)

#Embedded #CrossCompile #Linux

Key features:

Native Zig backend for memory-safe cross-compilation

SAST Audit engine (secrets, licenses, patterns)

CycloneDX SBOM with BLAKE3 integrity

Zero-entropy deterministic builds

fz bench (nanosecond-precision profiling)

#DevTools #Security #SupplyChain

🚀 ForgeZero v3.0.0 "Gloria" is here!

A sovereign build tool for assembly & C developers, wrapping NASM, GAS, FASM, GCC, Clang, Zig & LD into one CLI.

No Makefiles. No build scripts. Zero overhead.

#SystemsProgramming #OpenSource #Rust #Go #Zig

4/4

Install:
go install github.com/forgezero-cli/ForgeZero/cmd/fz@latest

Docs: https://github.com/forgezero-cli/forgezero

Built in Go, with Rust modules for performance-critical parts.
Feedback, issues, and PRs welcome. 🔧

#DeveloperTools #Embedded #LowLevel