Join us

ContentUpdates and recent posts about Arti..
Link
@simme shared a link, 1 week, 5 days ago
Senior Engineering Manager, @canonical

Boring code is an organizational tell

Boring code is an organizational symptom, not an aesthetic failure. Co-change patterns in version control reveal team boundaries before any retrospective does; ownership concentration predicts defects better than code complexity metrics. With agents removing the friction that contained clever code accumulation, the incentive structures that produce boring code have never mattered more.

gradients
 Activity
@simme started using tool Ubuntu , 1 week, 5 days ago.
 Activity
@simme started using tool TypeScript , 1 week, 5 days ago.
 Activity
@simme started using tool Python , 1 week, 5 days ago.
 Activity
@simme started using tool PostgreSQL , 1 week, 5 days ago.
 Activity
@simme started using tool lxd , 1 week, 5 days ago.
 Activity
@simme started using tool Kubernetes , 1 week, 5 days ago.
 Activity
@simme started using tool K6 , 1 week, 5 days ago.
 Activity
@simme started using tool Juju , 1 week, 5 days ago.
 Activity
@simme started using tool Grafana Tempo , 1 week, 5 days ago.
Arti is an official Tor Project initiative to rewrite the Tor client stack in Rust. Its primary goal is to address long-standing safety, reliability, and maintainability challenges inherent in the legacy C-based Tor implementation. By leveraging Rust’s strong compile-time guarantees for memory safety and concurrency, Arti eliminates entire classes of bugs that have historically affected Tor, including many security vulnerabilities.

Arti is architected as a modular, embeddable library rather than a monolithic application. This makes it easier for developers to integrate Tor networking capabilities directly into other applications, services, and platforms. From its earliest versions, Arti has supported multi-core cryptography, cleaner APIs, and a more maintainable internal design.

While early releases focused on client functionality such as bootstrapping, running as a SOCKS proxy, and routing traffic over the Tor network, the long-term roadmap includes full feature parity with the existing Tor client, support for onion services, anti-censorship mechanisms, and eventually Tor relay functionality. Arti represents the future foundation of the Tor ecosystem, prioritizing long-term security, developer velocity, and adaptability.