Description:
Safe and concurrent object-oriented programming language
|
|
Type: Formula
|
Tracked Since: Dec 28, 2025
|
|
Links:
Homepage |
formulae.brew.sh
|
|
Category: Developer tools
|
|
Tags:
programming-language
concurrency
rust
compiler
development
|
|
Install:
brew install inko
|
About:
Inko is a statically-typed programming language designed for building concurrent applications with memory safety. It uses a unique actor model combined with an ahead-of-time compiler to manage memory and isolate processes, eliminating the need for a garbage collector. This approach allows developers to write efficient, multi-threaded code without the complexity of locks or data races.
|
Key Features:
- Memory safety without garbage collection
- Actor-based concurrency model
- Ahead-of-time compilation to machine code
- Static type system with type inference
|
Use Cases:
- Building high-performance concurrent network services
- Developing system-level applications requiring safe parallelism
- Creating reliable multi-threaded software
|
Alternatives:
-
Rust
– Rust offers similar safety guarantees but uses a borrow checker, whereas Inko uses an actor model and reference counting.
-
Go
– Go provides simpler concurrency via goroutines but relies on a garbage collector, unlike Inko's deterministic memory management.
|
| Detected |
Version |
Rev |
Change |
Commit |
| Feb 27, 2026 1:00pm |
|
1 |
REVISION_ONLY |
3cd13497 |
| Sep 18, 2025 11:01pm |
|
0 |
VERSION_BUMP |
ed508162 |
| Sep 18, 2025 3:21pm |
|
0 |
VERSION_BUMP |
abd0e648 |
| Oct 29, 2024 6:38pm |
|
0 |
VERSION_BUMP |
672b3102 |
| Oct 28, 2024 11:26pm |
|
0 |
VERSION_BUMP |
aed30a94 |
| Oct 28, 2024 3:14pm |
|
0 |
VERSION_BUMP |
4886ef7d |
| Sep 29, 2024 1:46pm |
|
1 |
VERSION_BUMP |
8dec23ee |
| Sep 14, 2024 9:04am |
|
0 |
VERSION_BUMP |
db66f44e |
| Aug 15, 2024 8:08am |
|
0 |
VERSION_BUMP |
d9734024 |
| Feb 6, 2024 5:48am |
|
0 |
VERSION_BUMP |
6c0bee54 |
| Oct 15, 2023 12:43am |
|
0 |
VERSION_BUMP |
0f56d997 |
| Oct 14, 2023 9:40pm |
|
0 |
VERSION_BUMP |
b76bdd68 |
| Aug 10, 2023 2:03am |
|
0 |
VERSION_BUMP |
5b6a7f4c |
| Jun 5, 2023 6:33pm |
|
0 |
VERSION_BUMP |
705adf2c |
| May 28, 2023 5:08pm |
|
0 |
VERSION_BUMP |
51f467c4 |
|