v0.10.1
dmtrKovalenko/fffv0.10.1Jul 20, 2026by github-actions[bot]
AI Summary
This release expands platform support and fixes runtime loading errors, particularly for Bun and Windows cross-volume paths. It also includes a new feature for Android users.
Key Highlights
- Added Android arm64 (Termux) support
- Fixed Bun runtime loading issues in `pi-fff`
- Fixed Windows cross-volume external path handling
- Fixed absolute path usage for Codex setup in MCP
New Features
- Android arm64 (Termux) support
- File watcher exposure via SDK
Full Release Notes
Release 0.10.1
npm packages, rust crates and python wheels are available under this version 0.10.1
## Neovim Plugin
- `{target}.so` / `.dylib` / `.dll` - Lua module for Neovim
## C FFI Library (for Bun/Node/Python)
- `c-lib-{target}.so` / `.dylib` / `.dll` - C FFI library
## MCP Server
- `fff-mcp-{target}` - MCP server binary
## Python Package
- `python/*.whl` / `python/*.tar.gz` - Python wheels and sdist
- Install from PyPI: `pip install fff-search` (when published)
Update mcp via:
```sh
curl -fsSL https://raw.githubusercontent.com/dmtrKovalenko/fff.nvim/main/install-mcp.sh | bash
```
## What's Changed
* fix(mcp): use absolute path for Codex setup by @apanasenko-oai in https://github.com/dmtrKovalenko/fff/pull/685
* fix(pi-fff): install fff-bun so bun runtimes can load the SDK (#689) by @gustav-fff in https://github.com/dmtrKovalenko/fff/pull/694
* fix(pi-fff): handle Windows cross-volume external paths by @RunMintOn in https://github.com/dmtrKovalenko/fff/pull/684
* feat(npm): add Android arm64 (Termux) support by @gustav-fff in https://github.com/dmtrKovalenko/fff/pull/695
## New Contributors
* @apanasenko-oai made their first contribution in https://github.com/dmtrKovalenko/fff/pull/685
* @RunMintOn made their first contribution in https://github.com/dmtrKovalenko/fff/pull/684
**Full Changelog**: https://github.com/dmtrKovalenko/fff/compare/v0.10.0...v0.10.1