Releases: fastn-stack/kulfi
malai-0.2.9
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: d7c63af
Date: Mon Aug 11 05:59:34 UTC 2025
malaiis now available onaarch64_linuxtarget. Thanks @ovo-Tim!
malai-0.2.8
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: 11d4d3f
Date: Tue Jul 22 09:31:59 UTC 2025
- Downgraded the
keyringcrate to version 3 because version 4 was yanked.
malai-0.2.7
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: fb99346
Date: Thu Jun 19 06:42:36 UTC 2025
What's Changed
- Implemented
malai keygento generate a new kulfi identity. This is useful
if you don't want to store your kulfi identity in keychain. - All subcmds (
malai http,malai tcp, etc) that interact with the system
keyring alternatively read fromKULFI_SECRET_KEYenv variable first for
secret value or the.malai.secret-keyfile if it's in CWD.
malai-0.2.6
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: c3666b7
Date: Fri Jun 6 11:00:28 UTC 2025
What's Changed
- Add HTTP streaming support. This helps in handling large HTTP responses (like
media files formalai folder) without running into high memory usage. - implemented
malai http-proxyandmalai http-proxy-remotepair to proxy
HTTP requests to a remote HTTP server over the kulfi network.
malai-0.2.5
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: 9b0c55a
Date: Tue May 20 10:10:54 UTC 2025
What's Changed
malai {http, tcp}-bridge:portis now optional, if you don't provide a
port, it will be assigned a random port.- fix: malai tcp bridge was only handling one concurrent connection, now it can
handle multiple connections.
malai-0.2.4
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: d8b3b7c
Date: Wed May 14 15:20:48 UTC 2025
What's Changed
- fixed:
malai http-bridgewas giving intermittentconnection refused
error - fixed:
malai http-bridgeused to not cleanly exit because iroh connection
cleanup was buggy.
malai-0.2.3
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
OS specific notes
## Linux (x64)Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: 876a9fd
Date: Tue May 6 06:13:15 UTC 2025
What's Changed
- Implemented
malai tcpandmalai tcp-bridgeto expose any TCP service over
kulfi network. - Implemented
malai folder. You can now share a folder with people without
having to manually run another HTTP server. Requires--publicflag as no
ACL yet, also readonly mode for now.
Full Changelog: kulfi-project/kulfi@malai-0.2.2...malai-0.2.3
malai-0.2.2
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: 613943f
Date: Wed Apr 30 10:02:50 UTC 2025
What's Changed
- revamping graceful shutdown by @amitu in https://github.com/kulfi-project/kulfi/pull/43
- malai.sh/install.sh: give warning on intel mac by @amitu in https://github.com/kulfi-project/kulfi/pull/42
- Bump diesel from 2.2.9 to 2.2.10 by @dependabot in https://github.com/kulfi-project/kulfi/pull/49
- Bump tokio-util from 0.7.14 to 0.7.15 by @dependabot in https://github.com/kulfi-project/kulfi/pull/50
New Contributors
- @amitu made their first contribution in https://github.com/kulfi-project/kulfi/pull/43
- @dependabot made their first contribution in https://github.com/kulfi-project/kulfi/pull/49
Full Changelog: kulfi-project/kulfi@malai-0.2.1...malai-0.2.2
malai-0.2.1
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
NOTE: Intel macs are not supported as of now. The malai_macos_x86_64 name is kept to not break the install script.
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: 56d1a6a
Date: Wed Apr 23 07:53:06 UTC 2025
What's Changed
- landing page UI by @MeenuKumari28 in https://github.com/kulfi-project/kulfi/pull/26
- landing page mobile version by @MeenuKumari28 in https://github.com/kulfi-project/kulfi/pull/27
New Contributors
- @MeenuKumari28 made their first contribution in https://github.com/kulfi-project/kulfi/pull/26
Full Changelog: kulfi-project/kulfi@malai-0.2.0...malai-0.2.1
malai-0.2.0
malai - Expose any local service (HTTP, TCP and, SSH etc.) to the world
Linux (x64)
Minimum glibc version to run these releases is 2.35.
MacOS
The OS might not let you execute the binary because it's not signed. You can
run the following command if necessary:
sudo xattr -d com.apple.quarantine /path/to/malaiGitHub Sha: df843ba
Date: Tue Apr 22 10:28:27 UTC 2025
Full Changelog: kulfi-project/kulfi@malai-0.1.1...malai-0.2.0