Iroh SDKs The recommended way to interact with the iroh is by using one of our official Software Development Kits (SDKs). Official librariesRustThe core of iroh is written in rust, and can be used by directly importing iroh crates.docs.rscrates.iogithubnode.jsIroh's node.js SDK uses the rust runtime via c-bindings, maximizing performance from the comfort of javascript syntax.npmgithubPythonIroh's python SDK uses the rust runtime via c-bindings, maximizing performance from the comfort of python syntax.pypigithubSwiftBuild native iOS apps with iroh's swift SDK, tested with SwiftUI, works with uikit.cocoapodsgithubKotlinIroh's Kotlin SDK uses the rust implementation via c-bindings.github