Skip to content
@stratza

Stratza Labs

Stratza - Built to hold under load.
Typing SVG




  downtime  ──  direct cost       latency  ──  your users notice       complexity  ──  operational risk

We build infrastructure tooling for environments where those three lines aren't philosophy - they're the spec. Not DevOps blogging. Not abstractions that demo well and break at 2x load. Every tool we ship is designed to behave correctly at 3am, during the incident, when no one has time to read docs.




〈 ACTIVE SYSTEMS 〉


Async-first SSH stack - built to replace legacy Python SSH tooling

A pure-Python SSH library designed for the modern developer. asyncio at its core - not bolted on afterward. Ed25519 only. Modern ciphers only. No SSHv1 ghosts in the codebase.

async with SpindleX(
    host="prod-01",
    key=Ed25519Key.from_file("~/.ssh/id_ed25519")
) as ssh:
    result = await ssh.run("systemctl status api")
    # non-blocking. concurrent. secure by default.

Architecture asyncio-native from day one
Security Ed25519 + modern ciphers only
Performance Streamlined connection lifecycle
API Clean, explicit, developer-first
Philosophy Zero legacy shims - ever

 



〈 ENGINEERING CONSTRAINTS 〉

These are not guidelines. They are load-bearing rules on every decision.


❌   Never ✅   Always
Unnecessary abstractions Explicit over implicit
Legacy compatibility layers Everything is measurable
Hidden behavior or implicit magic Every component is replaceable
Complexity that doesn't earn its place Security defaults that never need overriding



〈 TECHNOLOGY FOUNDATION 〉







〈 ACTIVITY 〉






〈 THE BUILDERS 〉


Adi Roth





David Azani








〈 ROADMAP 〉


🔨   Now 🔭   Next
SpindleX v1 stable release Infrastructure runtime layer
Expanded key/cipher support Automation framework suite
Performance benchmarking suite Protocol-level tooling library
Public contribution guidelines High-performance system primitives



〈 CONTRIBUTING 〉


We ship with intent. Before contributing:


# Rule
1 Read the constraints - no exceptions, no "just this once"
2 Open an issue first - discuss before building anything non-trivial
3 Performance is a hard gate - regressions block merge, always
4 Security improvements - always welcome, always reviewed carefully

   






Pinned Loading

  1. spindlex spindlex Public

    Modern async SSH & SFTP library for Python. Fast, typed, and secure by default.

    Python 5 1

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…