KingDownloads

turso

by tursodatabase 22.9k stars MITData & Database
Download

About turso

Turso is an in-process SQL database written in Rust, designed to be compatible with SQLite. It operates within the same process as the application, eliminating the need for a separate database server. The software is currently in beta, with potential bugs and unexpected behavior, so caution is advised for production use.

Turso supports multiple programming languages and platforms, including Linux, macOS, Windows, and browsers via WebAssembly. It offers features like SQLite compatibility, improved concurrency, and real-time change tracking. The database is suitable for applications needing embedded SQL capabilities with cross-platform support.

Key features

  • SQLite compatibility for SQL dialect, file formats, and the C API
  • BEGIN CONCURRENT for improved write throughput using MVCC
  • Change data capture (CDC) for real-time tracking of database changes
  • Multi-language support including Go, JavaScript, Java, .NET, Python, Rust, and WebAssembly
  • Asynchronous I/O support on Linux with io_uring
  • Cross-platform support for Linux, macOS, Windows, and browsers
  • Vector support including exact search and vector manipulation
  • Improved schema management with extended ALTER support

Download v0.7.0

Jul 13, 2026
View all 14 versions

Frequently asked questions

Is turso free?
Yes. turso is free and open-source software, distributed under the MIT license.
Which platforms does turso support?
turso provides downloads for Windows.
What is the latest version of turso?
The latest version is v0.7.0, released on Jul 13, 2026.
What platforms does Turso support?
Turso supports Linux, macOS, Windows, and browsers through WebAssembly.
How do I install Turso?
Turso can be installed via a shell script for the command line interface, or through language-specific package managers for Rust, JavaScript, Python, Go, .NET, and Java.
What is the license for Turso?
Turso is licensed under the MIT license.
Is Turso production-ready?
Turso is currently in beta and may contain bugs. The developers recommend using caution with production data and maintaining backups.

More Data & Database