Alternatives to Rust
Compare Rust alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Rust in 2025. Compare features, ratings, user reviews, pricing, and more from Rust competitors and alternatives in order to make an informed decision for your business.
-
1
Zig
Zig Software Foundation
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. A fresh approach to metaprogramming based on compile-time code execution and lazy evaluation. No hidden control flow. No hidden memory allocations. No preprocessor, no macros. Call any function at compile-time. Manipulate types as values without runtime overhead. Comptime emulates the target architecture. Use Zig as a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box. Leverage zig build to create a consistent development environment across all platforms. Add a Zig compilation unit to C/C++ projects; cross-language LTO is enabled by default.Starting Price: Free -
2
TypeScript
TypeScript
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.Starting Price: Free -
3
Ada
AdaCore
Ada is a state-of-the-art programming language that development teams worldwide are using for critical software, from microkernels and small-footprint, real-time embedded systems to large-scale enterprise applications, and everything in between. Why use Ada? In short, because you want to write reliable and efficient code, with confidence that it works, and not waste time and effort in the process. Ada is unique among languages in how it helps you detect and eliminate bugs early in the software life cycle when they are least expensive to correct. And as evidenced by the many successfully fielded applications that need to meet a hard time or space constraints, Ada helps you build software that is reliable, safe, and secure without sacrificing performance. At the technical level, Ada has everything you might expect in a modern language. Concurrent programming features, including support for multicore. -
4
D
D Language Foundation
D is a general-purpose programming language with static typing, systems-level access, and C-like syntax. With the D Programming Language, write fast, read fast, and run fast. D is made possible through the hard work and dedication of many volunteers, with the coordination and outreach of the D Language Foundation, a 501(c)(3) non-profit organization. You can help further the development of the D language and help grow our community by supporting the Foundation. Discuss D on the forums, join the IRC channel, read our official Blog, or follow us on Twitter. Browse the wiki, where among other things you can find the high-level vision of the D Language Foundation. Refer to the language specification and the documentation of Phobos, D's standard library. The DMD manual tells you how to use the compiler. Read various articles to deepen your understanding.Starting Price: Free -
5
Carbon Language
Google
Carbon Language: An experimental successor to C++. Performance matching C++ using LLVM, with low-level access to bits and addresses. Interoperate with your existing C++ code, from inheritance to templates. Fast and scalable builds that work with your existing C++ build systems. Solid language foundations that are easy to learn, especially if you have used C++. Easy, tool-based upgrades between Carbon versions. Safer fundamentals, and an incremental path towards a memory-safe subset. Carbon is fundamentally a successor language approach, rather than an attempt to incrementally evolve C++. It is designed around interoperability with C++ as well as large-scale adoption and migration for existing C++ codebases and developers.Starting Price: Free -
6
C++
C++
C++ is a simple and clear language in its expressions. It is true that a piece of code written with C++ may be seen by a stranger of programming a bit more cryptic than some other languages due to the intensive use of special characters ({}[]*&!|...), but once one knows the meaning of such characters it can be even more schematic and clear than other languages that rely more on English words. Also, the simplification of the input/output interface of C++ in comparison to C and the incorporation of the standard template library in the language, makes the communication and manipulation of data in a program written in C++ as simple as in other languages, without losing the power it offers. It is a programming model that treats programming from a perspective where each component is considered an object, with its own properties and methods, replacing or complementing structured programming paradigm, where the focus was on procedures and parameters.Starting Price: Free -
7
Dart
Dart Language
Mature and complete async-await for user interfaces containing event-driven code, paired with isolate-based concurrency. A programming language optimized for building user interfaces with features such as sound null safety, the spread operator for expanding collections, and collection if for customizing UI for each platform. Write code using a flexible type system with rich static analysis and powerful, configurable tooling. Target the web with complete, mature, fast compilers for JavaScript. Run backend code supporting your app, written using a single programming language. This collection is not exhaustive—it’s just a brief introduction to the language for people who like to learn by example. You might also want to check out the language and library tours, or the Dart cheatsheet codelab. -
8
AssemblyScript
The AssemblyScript Project
A TypeScript-like language for WebAssembly. AssemblyScript targets WebAssembly's feature set specifically, giving developers low-level control over their code. Its similarity with TypeScript makes it easy to compile to WebAssembly without learning a new language. Integrates with the existing Web ecosystem - no heavy toolchains to set up. Simply npm install it! AssemblyScript is free and open source software released under the Apache License, Version 2.0, builds upon Binaryen and is based on the WebAssembly specification. It is brought to you by the following awesome people:Starting Price: Free -
9
Elixir
Elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems. Elixir is successfully used in web development, embedded software, data ingestion, and multimedia processing, across a wide range of industries. Check our getting started guide and our learning page to begin your journey with Elixir. All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. Due to their lightweight nature, it is not uncommon to have hundreds of thousands of processes running concurrently in the same machine. Isolation allows processes to be garbage collected independently, reducing system-wide pauses, and using all machine resources as efficiently as possible (vertical scaling). Processes are also able to communicate with other processes running on different machines in the same network.Starting Price: Free -
10
Go
Golang
With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.Starting Price: Free -
11
Odin
Odin Language
Odin is a general-purpose programming language with distinct typing built for high performance, modern systems and data-oriented programming. Odin is the C alternative for the Joy of Programming. Odin has been designed for readability, scalability, and orthogonality of concepts. Simplicity is complicated to get right, clear is better than clever. Odin allows for the highest performance through low-level control over the memory layout, memory management and custom allocators and so much more. Odin is designed from the bottom up for the modern computer, with built-in support for SOA data types, array programming, and other features. We go into programming because we love to solve problems. Why shouldn't our tools bring us joy whilst doing it? Enjoy programming again, with Odin!Starting Price: Free -
12
React
React
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.Starting Price: Free -
13
Solidity
Solidity
Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum. As a relatively young language, Solidity is advancing at a rapid speed. We aim for a regular (non-breaking) release every month, with approximately one breaking release per year. You can follow the implementation status of new features in the Solidity Github project. You can see the upcoming changes for the next breaking release by switching from the default branch (`develop`) to the `breaking branch`. You can actively shape Solidity by providing your input and participating in the language design.Starting Price: Free -
14
Deno
Deno
Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. Deno comes with a manual which contains more in depth explanations about the more complex functions of the runtime, an introduction to the concepts that Deno is built on, details about the internals of Deno, how to embed Deno in your own application and how to extend Deno using Rust plugins. Next to the Deno runtime, Deno also provides a list of audited standard modules that are reviewed by the Deno maintainers and are guaranteed to work with a specific Deno version. These live in the denoland/deno_std repository.Starting Price: Free -
15
Nim
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution. Nim's memory management is deterministic and customizable with destructors and move semantics, inspired by C++ and Rust. It is well-suited for embedded, hard-realtime systems. Modern concepts like zero-overhead iterators and compile-time evaluation of user-defined functions, in combination with the preference of value-based datatypes allocated on the stack, lead to extremely performant code. Support for various backends: it compiles to C, C++ or JavaScript so that Nim can be used for all backend and frontend needs.Starting Price: Free -
16
Cargo
Cargo
Cargo is the Rust package manager. Cargo downloads your Rust package's dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust community’s package registry. You can contribute to this book on GitHub. To get started with Cargo, install Cargo (and Rust) and set up your first crate. The commands will let you interact with Cargo using its command-line interface. A Rust crate is either a library or an executable program, referred to as either a library crate or a binary crate, respectively. Loosely, the term crate may refer to either the source code of the target or to the compiled artifact that the target produces. It may also refer to a compressed package fetched from a registry. Your crates can depend on other libraries from crates.io or other registries, git repositories, or subdirectories on your local file system. You can also temporarily override the location of a dependency.Starting Price: Free -
17
RustDesk
RustDesk
RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration. Works on Windows, macOS, Linux, iOS, Android, and web. Supports VP8/VP9/AV1 software codecs, and H264/H265 hardware codecs. Own your data, and easily set up a self-hosting solution on your infrastructure. P2P connection with end-to-end encryption based on NaCl. No administrative privileges or installation needed for Windows, elevate privilege locally or from remote on demand. We like to keep things simple and will strive to make them simpler where possible. Supported by a network of early advocates, contributors, and champions. If you are using RustDesk you should have your own RustDesk server. The ports required for RustDesk server self-hosting depend largely on your environment and what you want to do with RustDesk.Starting Price: $9.90 per month -
18
Tauri
Tauri
Tauri is a framework that enables developers to build small, fast, secure, cross-platform applications by combining existing web front-ends with Rust-powered back-ends. It supports any JavaScript framework, so you don’t need to change your stack and leverages each operating system’s native web renderer to deliver app footprints as low as 600 KB. Deep inter-process communication bridges your JavaScript UI, Rust core logic, and native Swift or Kotlin components for seamless integration with system APIs. Security is built in from the ground up, with Rust at its center and a team-driven focus on hardening and innovation. The CLI scaffolds new projects via Bash, PowerShell, npm, Yarn, pnpm, Deno, Bun, or Cargo, and includes tools for bundling, templating, and secure defaults, all accessible through a simple “create-tauri-app” command.Starting Price: Free -
19
Succinct
Succinct
Making zero-knowledge proofs accessible to any developer. Write ZKPs with Rust using SP1, a performant, open-source zkVM and generate proofs in 1-click on Succinct’s decentralized prover network. With SP1, developers can write Rust, reusing existing libraries for reduced development time and better maintainability. Instead of requiring specialized expertise writing circuits for months, write your verifiable program in hours. SP1’s state-of-the-art performance is a result of its next-generation “precompile-centric” architecture. SP1 shows general-purpose Rust code can match the performance of specialized circuit-based approaches. -
20
Polars
Polars
Knowing of data wrangling habits, Polars exposes a complete Python API, including the full set of features to manipulate DataFrames using an expression language that will empower you to create readable and performant code. Polars is written in Rust, uncompromising in its choices to provide a feature-complete DataFrame API to the Rust ecosystem. Use it as a DataFrame library or as a query engine backend for your data models. -
21
Rustless
Rustless
Rustless is a REST-like API micro-framework for Rust. It's designed to provide a simple DSL to easily develop RESTful APIs on top of the Iron web framework. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning, and much more. Rustless in a port of Grape library from Ruby world. Based on hyper, an HTTP library for Rust. Like Rust itself, Rustless is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request! Rustless is based on Iron, which is based on Hyper, which is synchronous. Hyper has a lot of limitations right now, and can't handle many simultaneous connections, especially with keep-alive. So it is highly recommended to use a light asynchronous web server such as Nginx as a reverse proxy server with Rustless.Starting Price: Free -
22
Servo
Servo
Servo’s mission is to provide an independent, modular, embeddable web engine, which allows developers to deliver content and applications using web standards. Servo is written in Rust, and shares code with Mozilla Firefox and the wider Rust ecosystem. Since its creation in 2012, Servo has contributed to W3C/WHATWG web standards by reporting specification issues and submitting new cross-browser automated tests, and core team members have co-edited new standards that have been adopted by other browsers. As a result, the Servo project helps drive the entire web platform forward while building on a platform of reusable, modular technologies that implement web standards. Pre-built nightly snapshots allow developers to try Servo and report issues without building Servo locally. Now that we’ve released our first developer preview, we’ll be investing in formal security audits and improving our security practices using both existing libraries and Rust.Starting Price: Free -
23
RustRover
JetBrains
Benefit from context-aware code completion and generation, on-the-fly analysis and quick fixes, smart refactorings, live templates, and more. Install rustup from the IDE, and apply compiler-suggested fixes in a single click. You can even forget about manually attaching newly created Rust files to main.rs or adding popular crates to the list of dependencies. Have every syntax element highlighted, including inferred types and macros, cfg blocks, and unsafe code usages. Unlock comprehensive type information and quick access to language and crate documentation, and navigate your codebase with RustRover’s powerful search functionality. Run individual tests, test modules, or all the tests inside a project and select various Run targets. You can also create custom Run configurations with full support for developing CLI applications. Quickly troubleshoot failing tests by jumping to the relevant code from the error message in the console.Starting Price: $129 per year -
24
Pathway
Pathway
Pathway is a Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG. Pathway comes with an easy-to-use Python API, allowing you to seamlessly integrate your favorite Python ML libraries. Pathway code is versatile and robust: you can use it in both development and production environments, handling both batch and streaming data effectively. The same code can be used for local development, CI/CD tests, running batch jobs, handling stream replays, and processing data streams. Pathway is powered by a scalable Rust engine based on Differential Dataflow and performs incremental computation. Your Pathway code, despite being written in Python, is run by the Rust engine, enabling multithreading, multiprocessing, and distributed computations. All the pipeline is kept in memory and can be easily deployed with Docker and Kubernetes. -
25
Warp
Warp.dev
Warp is a blazingly fast, Rust-based terminal reimagined from the ground up to work like a modern app. Fully native, Rust-based terminal. No Electron or web-tech. All cloud features are opt-in. Data is encrypted at rest. Warp works out of the box with zsh, fish, and bash. Input that feels like a code editor. Writing code in your terminal shouldn’t feel like 1978. Edit your commands like in a modern code editor with selections, cursor positioning, and completion menus. Our GPT-3 powered AI search will convert natural language into executable shell commands. It's like GitHub Copilot, but for the terminal. Navigate through your terminal, command by command. Copy the output with one click and zero scrolls. Access common workflows with a simple GUI. You can create your own workflows, and share them with your team.Starting Price: Free -
26
Fortran Package Manager
Fortran
Package manager and build system for Fortran. There are already many packages available for use with fpm, providing an easily accessible and rich ecosystem of general-purpose and high-performance code. Fortran Package Manager (fpm) is a package manager and build system for Fortran. Its key goal is to improve the user experience of Fortran programmers. It does so by making it easier to build your Fortran program or library, run the executables, tests, and examples, and distribute it as a dependency to other Fortran projects. Fpm’s user interface is modeled after Rust’s Cargo. Its long-term vision is to nurture and grow the ecosystem of modern Fortran applications and libraries. The Fortran package manager has a plugin system that allows it to easily extend its functionality. The fpm-search project is a plugin to query the package registry. Since it is built with fpm we can easily install it on our system.Starting Price: Free -
27
Biome
Biome
Biome is a comprehensive toolchain for web projects, offering high-performance formatting and linting capabilities for languages such as JavaScript, TypeScript, JSX, TSX, JSON, CSS, and GraphQL. Its formatter achieves 97% compatibility with Prettier, enabling rapid code formatting that can handle malformed code in real time within various editors. The linter incorporates over 270 rules from ESLint, TypeScript ESLint, and other sources, providing detailed, contextual diagnostics to assist developers in enhancing code quality and adhering to best practices. Built with Rust, Biome ensures exceptional speed and efficiency, capable of formatting extensive codebases significantly faster than comparable tools. It is designed for seamless integration into development environments, offering a unified solution for code formatting and linting without the need for extensive configuration. Designed to handle codebases of any size. Focus on growing products instead of your tools. -
28
Nora
Nora
Nora is described as a “deep reasoning agent” built for software development with a special focus on Web3 stacks. The platform supports major smart-contract languages like Solidity, Move, Cairo, and Rust and adapts to their execution models and semantics. It is compiler- and VM-aware by design: it understands bytecode generation, control flow, instruction-level transformations, and custom runtime environments (EVM, WASM, etc.). Its debugging and validation capabilities are context-aware, enabling it to identify subtle bugs, unintended state behaviors, and architectural bottlenecks across complex codebases. Nora also aims to accelerate the path from idea to product by assisting teams with core module development, interface wiring, integration testing, deployment logic, and maintaining architectural integrity, helping reduce context-switching and speed up Web3 productization.Starting Price: $29 per month -
29
Modal
Modal Labs
We built a container system from scratch in rust for the fastest cold-start times. Scale to hundreds of GPUs and back down to zero in seconds, and pay only for what you use. Deploy functions to the cloud in seconds, with custom container images and hardware requirements. Never write a single line of YAML. Startups and academic researchers can get up to $25k free compute credits on Modal. These credits can be used towards GPU compute and accessing in-demand GPU types. Modal measures the CPU utilization continuously in terms of the number of fractional physical cores, each physical core is equivalent to 2 vCPUs. Memory consumption is measured continuously. For both memory and CPU, you only pay for what you actually use, and nothing more.Starting Price: $0.192 per core per hour -
30
Edera
Edera
Introducing secure-by-design AI and Kubernetes no matter where you run your infrastructure. Eliminate container escapes and put a security boundary around Kubernetes workloads. Simplify running AI/ML workloads through enhanced GPU device virtualization, driver isolation, and vGPUs. Edera Krata begins a new paradigm of isolation technology, ushering in a new era of security. Edera brings a new era of AI & GPU security and performance, while also integrating seamlessly with Kubernetes. Each container receives its own Linux kernel, eliminating a shared kernel state between containers. Which means goodbye container escapes, costly security tool layering, and long days doom scrolling logs. Run Edera Protect with just a couple lines of YAML and you’re off to the races. It’s written in Rust for enhanced memory safety and has no performance impact. A secure-by-design Kubernetes solution that stops attackers in their tracks. -
31
Vector by Datadog
Datadog
Collect, transform, and route all your logs and metrics with one simple tool. Built in Rust, Vector is blistering fast, memory efficient, and designed to handle the most demanding workloads. Vector strives to be the only tool you need to get observability data from A to B, deploying as a daemon, sidecar, or aggregator. Vector supports logs and metrics, making it easy to collect and process all your observability data. Vector doesn’t favor any specific vendor platforms and fosters a fair, open ecosystem with your best interests in mind. Lock-in free and future proof. Vector’s highly configurable transforms give you the full power of programmable runtimes. Handle complex use cases without limitation. Guarantees matter, and Vector is clear on which guarantees it provides, helping you make the appropriate trade-offs for your use case.Starting Price: Free -
32
Fullstack Jobs
Fullstack Jobs
Reach ten thousands Fullstack developers visiting this job board each month. Target Fullstack developers directly on THE Fullstack job board! Get real-time statistics on a number of page views and applicants for your job ad. Edit your Job Ad after submission at any time via web. Join companies like Stream, Monese Bank, X-Team, MessageBird, Rust Foundation, Volume Finance and many others hiring Fullstack developers.Starting Price: $60 per job post -
33
Gitcoin
Gitcoin
Gitcoin is a platform for you to get paid for working on open source software in Python, Rust, Ruby, JavaScript, Solidity, HTML, CSS, Design, and more. Earn money while building open source decentralized applications, learning new technologies and meeting like-minded developers. Build exciting projects and upskill on development while earning Ethereum and other tokens. Find mentorship by connecting with talented developers and leaders of Ethereum’s top companies. Discover great open source projects working hard to impact the ecosystem. Get involved by funding, supporting, or mentoring projects to help push the Ethereum forward. -
34
Aviyair
Aviyair
Aviyair is an aviation data provider that offers essential flight data retrieved from the databases by JSON REST API. The product portfolio includes seven main types of flight data that are entitled exactly as the APIs. These are Flight Tracker and Status API, Global Flight Schedules, Historical Flight Schedules API, Future Schedules API, Flight Delay API, Airline Routes API and Airport and City Autocomplete Location API. The flight data APIs are also supported in other programming languages such as JAVA, Javascript, JQuery, VueJS, NodeJS, Angular, PHP, Ruby, Python, C#, Go, R, Strest, Rust, Scala and Swift. Except for getting the data by API, clients can request Excel and CSV databases that they can download upon request. Aviyair's list of clients consists of travel companies, tour operators, small and medium-sized business dependent on aviation data, insurance companies, airports and air transport employees.Starting Price: $129 -
35
Rio Terminal
Rio Terminal
Rio is a terminal application that’s built with Rust, WebGPU, Tokio runtime. It targets to have the best frame per second experience as long you want, but is also configurable to use as minimal from GPU. The terminal renderer is based on redux state machine, lines that has not updated will not suffer a redraw. Looking for the minimal rendering process in most of the time. Rio is also designed to support WebAssembly runtime so in the future you will be able to define how a tab system will work with a WASM plugin written in your favorite language. Rio uses WGPU, which is an implementation of WebGPU for use outside of a browser and as backend for Firefox’s WebGPU implementation. WebGPU allows for more efficient usage of modern GPU’s than WebGL. -
36
Lapce
Lapdev
Lapce is a cutting-edge, open-source code editor focused on delivering a fast and responsive experience, particularly for developers working with large projects or complex codebases. Written in Rust, Lapce leverages the performance advantages of native development to provide a smooth editing experience with minimal lag. It features a clean, modern interface and advanced functionality such as multi-caret editing, split views, and integrated terminal support. With built-in support for the Language Server Protocol (LSP), Lapce offers precise autocompletion, syntax highlighting, and code navigation across various programming languages, enhancing productivity. Its extensibility, support for plugins, and focus on performance make Lapce ideal for developers looking for a lightweight yet powerful editor that balances simplicity with capability, appealing to both beginners and seasoned professionals.Starting Price: Free -
37
Avalonia UI
Avalonia UI
Avalonia UI enables developers to create multi-platform apps with .NET. Write once, and run everywhere. Save time and focus on your product. Considered a spiritual successor to WPF, Avalonia UI provides a familiar developer experience, allowing you to leverage years of pre-existing knowledge and investments. rusted by JetBrains as the best framework for modernizing their WPF-based tools, used by >170,000 companies, including 431 on the Fortune 500 list. Our developer community has grown enormously as Avalonia UI has grown in popularity. Join us and be welcomed into our supportive and vibrant community.Starting Price: Free -
38
Callstack.ai PR Reviewer
Callstack.ai
AI-powered pull request reviewer with deep contextual insights, tailored feedback, and one-click automated setup. Callstack.ai PR Reviewer saves you time and lowers error risk with automatic PR summaries, security & bug checks, and performance optimization suggestions. Automatic PR Summaries Understand code changes quickly with auto-generated summaries and diagram. Context-Aware Feedback Callstack.ai aligns with your team’s coding standards by understanding the core structure of your code for context-driven insights. Customizable Reviews Tailor Callstack.ai to provide feedback that aligns with your unique coding standards and requirements. Compatible with Major Programming Languages We currently support repositories written in the following languages: javascript, typescript, python, java, kotlin, php, go, ruby, rust, react & vue.Starting Price: $285/month (per 100 reviews) -
39
Extism
Dylibso
Extism is an open-source, universal plug-in system to make all software programmable, and it's powered by WebAssembly. In-depth documentation, constantly updated as the project grows. 15+ officially supported Host SDKs, making Extism embeddable in the most popular languages. 7+ officially supported PDKs, to write plug-ins in whichever language a developer would like. A growing set of runtime features makes Extism an excellent plug-in system for apps of all types & sizes. Fully-featured canonical reference demo with Elixir host SDK, and plugins in Rust, TypeScript, & Javascript. Implementation of a turn-based multiplayer game platform and games included to play and review. Games are implemented as WebAssembly modules containing a specific set of exports. Check out the source code on GitHub, download the installer, and get started. 100% open-source code. Fork it, experiment, & run your own game server.Starting Price: Free -
40
Helix Editor
Helix Editor
Helix Editor is a powerful, modern text editor designed for developers seeking a fast, customizable, and efficient editing experience. Built with a focus on productivity, Helix uses a modal editing style inspired by Vim, which allows users to navigate, select, and manipulate text seamlessly through intuitive keyboard shortcuts. It offers a robust set of features including syntax highlighting, multi-caret editing, and support for languages like Rust, Python, and JavaScript. Helix also integrates with the Tree-sitter parsing library for precise syntax-aware editing, making it easier to work with complex code structures. With a minimal interface and a strong focus on performance, Helix Editor provides an ideal environment for programmers who prioritize speed and flexibility in their development workflow.Starting Price: Free -
41
The CodeGround
The CodeGround
TheCodeground is an online integrated development environment that offers a suite of tools for real-time coding practice and collaboration. It supports multiple programming languages, including Rust, GoLang, Node.js, Python, Java, HTML, CSS, and JavaScript. Users can engage in live code sharing, conduct code interviews, and access insightful articles through the Reads section. The platform features an interface similar to Visual Studio Code, complete with autocomplete functionality, JSON differentiation, and a JWT decoder, enhancing the coding experience. TheCodeground is accessible via web browsers and can also be installed as a desktop application on Mac, Windows, and Linux. With The Code Ground, you can code from any device without the hassle of setup. Our cloud-based platform provides instant execution, rich tools, and a smooth coding experience. The CodeGround ensures you have everything you need for efficient development and accurate data handling. -
42
Apache DataFusion
Apache Software Foundation
Apache DataFusion is an extensible, high-performance query engine written in Rust that utilizes Apache Arrow as its in-memory format. Designed for developers building data-centric systems such as databases, data frames, machine learning, and streaming applications, DataFusion offers SQL and DataFrame APIs, a vectorized, multi-threaded, streaming execution engine, and support for partitioned data sources. It natively supports formats like CSV, Parquet, JSON, and Avro, and allows for seamless integration with object stores including AWS S3, Azure Blob Storage, and Google Cloud Storage. The engine features a comprehensive query planner, a state-of-the-art optimizer with capabilities like expression coercion and simplification, projection and filter pushdown, sort and distribution-aware optimizations, and automatic join reordering. DataFusion is highly customizable, enabling the addition of user-defined scalar, aggregate, and window functions, custom data sources, query languages, etc.Starting Price: Free -
43
Exein
Exein
The IoT edge that protects from inside. Continuously monitoring and identifying threats at every stage of development. For all your devices. Automate the analysis and identification of security vulnerabilities inside your devices. All in one place, with intelligent prioritization and proprietary rating. Get all the intel you need about the security of your device in one place: simple and convenient. Know exactly where the most dangerous vulnerabilities are, and address them in a smart way. Pulsar is a modern runtime threat detection and response engine. Designed for IoT and edge computing, Pulsar is optimized for performance, runtime cost, and edge security. Pulsar's modular architecture is written entirely in Rust, a modern and secure language. Pulsar combines its edge AI threat detection engines with deterministic security policies to achieve state-of-the-art performance. -
44
CoppeliaSim
Coppelia Robotics
CoppeliaSim, developed by Coppelia Robotics, is a versatile and powerful robot simulation platform utilized for rapid algorithm development, factory automation simulations, fast prototyping and verification, robotics education, remote monitoring, safety double-checking, and digital twin creation. It features a distributed control architecture, allowing each object or model to be individually controlled via embedded scripts (Python or Lua), plugins (C/C++), remote API clients (Python, Lua, Java, MATLAB, Octave, C, C++, Rust), or custom solutions. The simulator supports five physics engines, MuJoCo, Bullet Physics, ODE, Newton, and Vortex Dynamics, for fast and customizable dynamics calculations, enabling realistic simulation of real-world physics and object interactions, including collision response, grasping, soft bodies, strings, ropes, and cloths. CoppeliaSim provides forward and inverse kinematics calculations for any type of mechanism.Starting Price: $2,380 per year -
45
ParaState
ParaState
Write Ethereum-compatible smart contracts in popular programming languages, & run them much faster, on Substrate. A decentralized open source business model funded by developer treasuries on participating blockchains. All existing Ethereum smart contracts work on ParaState’s Ewasm VM (Pallet SSVM) without any change. ParaState expands the developer ecosystem by supporting 20+ programming languages to create Ethereum-compatible smart contracts. Examples include generic programming languages such as Solidity, Fe, Rust, and JavaScript, and domain-specific languages (DSLs) such as MOVE, DeepSEA, and Marlowe. Substrate-based blockchains, such as Polkadot parachains, already enjoy much higher TPS (transactions per second) than Ethereum. For a smart contract platform, compute performance is more important than TPS throughput. Try deploying smart contracts on ParaState. -
46
Sniffnet
Sniffnet
Sniffnet is a network monitoring tool designed to help users easily keep track of their Internet traffic. Whether gathering statistics or inspecting in-depth network activities, Sniffnet provides comprehensive coverage. It emphasizes user experience, ensuring ease of use compared to other cumbersome network analyzers. Completely free and open source, Sniffnet is dual-licensed under MIT or Apache-2.0, with the full source code available on GitHub. Developed entirely in Rust, it leverages this modern programming language to build efficient and reliable software, emphasizing performance and safety. Key features include selecting a network adapter to inspect, applying filters to observed traffic, viewing overall statistics and real-time charts of Internet traffic, exporting comprehensive capture reports as PCAP files, identifying over 6,000 upper-layer services, protocols, trojans, and worms, discovering domain names and ASNs of hosts, pinpointing connections in the local network.Starting Price: Free -
47
Metatable
Metatable
Metatable.ai is an AI-driven development platform that accelerates the creation and deployment of web and mobile applications. It offers an AI assistant to help define technical requirements, automatically generating and verifying frontend and backend code. It provides secure, scalable infrastructure, enabling one-click deployment and seamless integration with tools like Firebase, GitHub, Stripe, and Slack. Metatable.ai supports customization and scalability, allowing businesses to tailor software solutions to their specific needs. Leveraging Rust and WebAssembly, Metatable.ai ensures high performance and security. It also includes built-in authorization, authentication, and database management features, streamlining the development process. With Metatable.ai, users can transform ideas into minimum viable products in under 60 minutes, significantly reducing development time and costs. Starting Price: $25 per month -
48
Linkerd
Buoyant
Linkerd adds critical security, observability, and reliability features to your Kubernetes stack—no code change required. Linkerd is 100% Apache-licensed, with an incredibly fast-growing, active, and friendly community. Built in Rust, Linkerd's data plane proxies are incredibly small (<10 mb) and blazing fast (p99 < 1ms). No complex APIs or configuration. For most applications, Linkerd will “just work” out of the box. Linkerd's control plane installs into a single namespace, and services can be safely added to the mesh, one at a time. Get a comprehensive suite of diagnostic tools, including automatic service dependency maps and live traffic samples. Best-in-class observability allows you to monitor golden metrics—success rate, request volume, and latency—for every service. -
49
Databend
Databend
Databend is a modern, cloud-native data warehouse built to deliver high-performance, cost-efficient analytics for large-scale data processing. It is designed with an elastic architecture that scales dynamically to meet the demands of different workloads, ensuring efficient resource utilization and lower operational costs. Written in Rust, Databend offers exceptional performance through features like vectorized query execution and columnar storage, which optimize data retrieval and processing speeds. Its cloud-first design enables seamless integration with cloud platforms, and it emphasizes reliability, data consistency, and fault tolerance. Databend is an open source solution, making it a flexible and accessible choice for data teams looking to handle big data analytics in the cloud.Starting Price: Free -
50
zkSync
Matter Labs
zkSync is Ethereum’s most user-centric ZK rollup. Unlike any other scaling approach, ZK rollup has no upper bound on the value it can securely handle in L2. Unlike optimistic rollups, all assets can be moved capital-efficiently and fast between ZK rollup and L1. zkSync has the lowest real tx costs across all existing and planned rollups. zkSync also supports meta-transactions, instant confirmations with economic finality, low-cost privacy, and more. Ease and fun of development are at the core of zkSync design. Integrate payments and atomic swaps in a few lines of code. Develop type-safe, functional style smart contracts on Zinc: a Rust-based framework. Deploy your existing EVM codebase with minimum modifications.