top of page

ROADMAP

2022: Staex v0

  • This was the first version we inherited from DT.

  • Built by over 80 engineers following industry best practices.

  • It was a large, blockchain-inspired system.

  • Over time, we fixed rough edges and realized we needed a new routing algorithm for IoT.

  • Most features from the original version are still included, except for routing.

2023: Staex v1

  • Introduced a new routing algorithm that dramatically reduced idle data usage.

  • Completely rewritten in Rust, which improved performance and reduced memory usage, even on small IoT devices.

  • Key features: low data usage, low memory usage, and high performance.

  • This release became the foundation for building a highly secure IoT VPN.

2024: Staex v2

  • Major new feature: tunnels.

    • Each tunnel has its own private/public keys, protocol, and port.

    • All traffic outside tunnels is blocked.

    • Tunnels replace VLANs, IP allow/deny lists, user authentication, and network isolation.

  • Applications are decoupled from network nodes, limiting lateral movement and supporting a zero-trust architecture.

2025: Staex v3

  • Plan to introduce distributed public key infrastructure (DPKI).

    • Allows companies or individuals to issue network certificates.

    • Reduces potential attack surfaces compared to centralized PKI.

  • Using decentralized blockchain-based systems to make device telemetry data trustworthy for broader industrial automation.

2026: Staex v4

  • Will launch Staex OS, an operating system for routers and IoT devices.

    • Focus on a high-level, user-friendly interface for configuration (no subnetworks, VLANs, or complex rules).

    • Security managed through cryptographic certificates (application, network, node, etc.).

  • Plan to introduce an eBPF-based language for firewall rules, replacing legacy iptables modules and making firewall setup easier for users.

bottom of page