| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| superfile-darwin-v1.6.0-amd64.tar.gz | 2026-06-07 | 13.9 MB | |
| superfile-darwin-v1.6.0-arm64.tar.gz | 2026-06-07 | 13.1 MB | |
| superfile-linux-v1.6.0-amd64.tar.gz | 2026-06-07 | 13.5 MB | |
| superfile-linux-v1.6.0-arm64.tar.gz | 2026-06-07 | 12.4 MB | |
| superfile-windows-v1.6.0-amd64.zip | 2026-06-07 | 13.7 MB | |
| superfile-windows-v1.6.0-arm64.zip | 2026-06-07 | 12.5 MB | |
| superfile-v1.6.0-checksums.txt | 2026-06-07 | 612 Bytes | |
| README.md | 2026-06-07 | 11.8 kB | |
| v1.6.0 source code.tar.gz | 2026-06-07 | 20.8 MB | |
| v1.6.0 source code.zip | 2026-06-07 | 21.0 MB | |
| Totals: 10 Items | 120.8 MB | 6 | |
This release focuses on preview reliability, richer file metadata, configurable sidebar behavior, and a refreshed website and logo design, alongside navigation improvements, better error messages, refactoring, dependency updates, and bug fixes.
Install:
Click me to know how to install
Highlights
- Improved image and file preview reliability through the Bubble Tea v2 migration. Thanks @lazysegtree for the implementation
- New website & logo design. Thanks @elvisdragonmao for the implementation
- Added richer file metadata, including binary architecture detection for ELF/PE/Mach-O, Linux attributes, and file type byte support in the permissions column. Thanks @barsaskn, @xelavopelk, and @booth-w for the implementation
- Sidebar sections can now be configured for visibility and ordering. Thanks @Mjoyufull for the implementation
- Improved file operation error messages for delete, paste, and file text preview failures. Thanks @xelavopelk for the implementation
- Added
split_file_panelkey function and navigation improvements for file panels. Thanks @robert-zaremba, @xelavopelk, and @padda78 for the implementation
New Contributors
- @padda78 made their first contribution in https://github.com/yorukot/superfile/pull/1316
- @moriT958 made their first contribution in https://github.com/yorukot/superfile/pull/1318
- @Mjoyufull made their first contribution in https://github.com/yorukot/superfile/pull/1323
- @moabeat-berlin made their first contribution in https://github.com/yorukot/superfile/pull/1327
- @barsaskn made their first contribution in https://github.com/yorukot/superfile/pull/1328
- @robert-zaremba made their first contribution in https://github.com/yorukot/superfile/pull/1344
- @nil957 made their first contribution in https://github.com/yorukot/superfile/pull/1386
- @dsvetoslavov made their first contribution in https://github.com/yorukot/superfile/pull/1384
- @mehexi made their first contribution in https://github.com/yorukot/superfile/pull/1387
- @jirka-grunt made their first contribution in https://github.com/yorukot/superfile/pull/1399
- @elvisdragonmao made their first contribution in https://github.com/yorukot/superfile/pull/1423
- @pikammmmm made their first contribution in https://github.com/yorukot/superfile/pull/1427
- @NouemanKHAL made their first contribution in https://github.com/yorukot/superfile/pull/1465
Detailed Change Summary
Details
#### Update - Add configuration options for sidebar section visibility and ordering by @Mjoyufull in https://github.com/yorukot/superfile/pull/1323 - Add binary architecture detection for ELF, PE, and Mach-O by @barsaskn in https://github.com/yorukot/superfile/pull/1328 - Add `--debug-info` flag by @barsaskn in https://github.com/yorukot/superfile/pull/1332 - Focus on current directory when navigating to parent directory in a file panel by @xelavopelk in https://github.com/yorukot/superfile/pull/1340 - Add `split_file_panel` key function by @robert-zaremba in https://github.com/yorukot/superfile/pull/1344 - Refresh file metadata when focusing metadata panel by @xelavopelk in https://github.com/yorukot/superfile/pull/1372 - Add Desktop directory to well-known directories by @nil957 in https://github.com/yorukot/superfile/pull/1386 - Add support for PostScript files by @jirka-grunt in https://github.com/yorukot/superfile/pull/1399 - Bubble Tea v2 migration by @lazysegtree in https://github.com/yorukot/superfile/pull/1406 - Add detailed delete operation error messages by @xelavopelk in https://github.com/yorukot/superfile/pull/1408 - Add file type byte to permissions column by @booth-w in https://github.com/yorukot/superfile/pull/1410 - New website & logo design by @elvisdragonmao in https://github.com/yorukot/superfile/pull/1423 - Add Linux attributes to metadata by @xelavopelk in https://github.com/yorukot/superfile/pull/1432 - Add more informative file text preview error messages by @xelavopelk in https://github.com/yorukot/superfile/pull/1436 #### Bug Fix - Resolve Nix build failure by @Frost-Phoenix in https://github.com/yorukot/superfile/pull/1298 - Prune inaccessible items from clipboard before pasting by @lazysegtree in https://github.com/yorukot/superfile/pull/1300 - Correct cursor position when jumping back to parent directories by @padda78 in https://github.com/yorukot/superfile/pull/1316 - Move toggle dot files to FileModel and force re-render on toggle by @lazysegtree in https://github.com/yorukot/superfile/pull/1324 - Update xz to v0.5.15 to enable cross-compilation again by @moabeat-berlin in https://github.com/yorukot/superfile/pull/1327 - Prevent crash due to invalid theme by @lazysegtree in https://github.com/yorukot/superfile/pull/1355 - Prevent panic from zero-value Renderer usage by @Simpaqt in https://github.com/yorukot/superfile/pull/1358 - Remove panic statements in production code by @lazysegtree in https://github.com/yorukot/superfile/pull/1359 - Allow `natural_sort` as sort option by @majiayu000 in https://github.com/yorukot/superfile/pull/1237 - Disable interactive commands in shell mode on Darwin/Linux by @lazysegtree in https://github.com/yorukot/superfile/pull/1364 - Fix multi-column header misalignment by @xelavopelk in https://github.com/yorukot/superfile/pull/1362 - Remove two fractional digits for small byte-sized files by @xelavopelk in https://github.com/yorukot/superfile/pull/1370 - Resolve Nix build failure by @Frost-Phoenix in https://github.com/yorukot/superfile/pull/1373 - Disable broken Nix check phase by @Frost-Phoenix in https://github.com/yorukot/superfile/pull/1374 - Reword `--help` for `fch` by @booth-w in https://github.com/yorukot/superfile/pull/1391 - Fix Natural sort selection by @xelavopelk in https://github.com/yorukot/superfile/pull/1413 - Change `FormatFileSize` to use configured units by @booth-w in https://github.com/yorukot/superfile/pull/1419 - Make `ioReqCnt` thread-safe by @xelavopelk in https://github.com/yorukot/superfile/pull/1420 - Process files in deterministic order by @xelavopelk in https://github.com/yorukot/superfile/pull/1421 - Add detailed paste operation error messages by @xelavopelk in https://github.com/yorukot/superfile/pull/1431 #### Optimization - Refactor Sort Modal into a separate package by @lazysegtree in https://github.com/yorukot/superfile/pull/1325 - Refactor Help Menu Modal into a separate package by @lazysegtree in https://github.com/yorukot/superfile/pull/1335 - Refactor utils package to pkg by @lazysegtree in https://github.com/yorukot/superfile/pull/1365 #### Documentation - Add JetBrains logo by @lazysegtree in https://github.com/yorukot/superfile/pull/1292 - Grammar corrections in README and remove redundant site link by @AnshumanNeon in https://github.com/yorukot/superfile/pull/1302 - Add special thanks page by @yorukot in https://github.com/yorukot/superfile/pull/1317 - Add missing fields to Vim-like superfile hotkeys by @moriT958 in https://github.com/yorukot/superfile/pull/1318 - Add download badges to README by @lazysegtree in https://github.com/yorukot/superfile/pull/1404 - Fix `behviour` -> `behaviour` typo in tmux.md by @pikammmmm in https://github.com/yorukot/superfile/pull/1427 - Update core contributor page by @elvisdragonmao in https://github.com/yorukot/superfile/pull/1429 - Add notice page and fix tutorial page discussion issue by @yorukot in https://github.com/yorukot/superfile/pull/1433 - Fix broken demo GIF path by @NouemanKHAL in https://github.com/yorukot/superfile/pull/1465 #### Dependencies - Update dependency astro to v5.16.9 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1294 - Update module golang.org/x/image to v0.35.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1296 - Update dependency @astrojs/starlight to v0.37.3 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1308 - Update dependency @expressive-code/plugin-collapsible-sections to v0.41.6 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1309 - Update dependency @expressive-code/plugin-line-numbers to v0.41.6 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1310 - Update astro monorepo by @renovate[bot] in https://github.com/yorukot/superfile/pull/1313 - Update module github.com/urfave/cli/v3 to v3.8.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1314 - Update dependency astro to v5.16.16 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1319 - Update module github.com/alecthomas/chroma/v2 to v2.23.1 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1329 - Update module github.com/shirou/gopsutil/v4 to v4.26.4 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1339 - Update dependency astro to v5.17.1 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1338 - Update dependency @expressive-code/plugin-collapsible-sections to v0.41.7 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1366 - Update astro monorepo by @renovate[bot] in https://github.com/yorukot/superfile/pull/1376 - Update dependency @expressive-code/plugin-line-numbers to v0.41.7 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1377 - Update dependency @astrojs/starlight to ^0.38.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1383 - Bump golang.org/x/image from 0.35.0 to 0.38.0 by @dependabot[bot] in https://github.com/yorukot/superfile/pull/1389 - Update dependency @astrojs/starlight to ^0.38.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1394 - Update dependency @astrojs/sitemap to v3.7.2 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1395 - Update dependency starlight-giscus to ^0.9.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1396 - Update module github.com/pelletier/go-toml/v2 to v2.3.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1400 - Update module golift.io/xtractr to v0.3.1 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1401 - Update module github.com/alecthomas/chroma/v2 to v2.24.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1418 - Update module github.com/charmbracelet/x/ansi to v0.11.7 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1426 - Update module github.com/pelletier/go-toml/v2 to v2.3.1 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1430 - Update module github.com/alecthomas/chroma/v2 to v2.24.1 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1447 - Update module golang.org/x/text to v0.37.0 by @renovate[bot] in https://github.com/yorukot/superfile/pull/1450 #### Misc - Update tracking code by @yorukot in https://github.com/yorukot/superfile/pull/1301 - Add sidebar section layout test by @dsvetoslavov in https://github.com/yorukot/superfile/pull/1384 - Fix incomplete test coverage in navigation_test.go by @mehexi in https://github.com/yorukot/superfile/pull/1387 - Add new workflow for PR auto-labeling by @yorukot in https://github.com/yorukot/superfile/pull/1398 - Fix GitHub auto-labeling workflow by @yorukot in https://github.com/yorukot/superfile/pull/1405 - Update GitHub Actions workflow triggers and permissions by @yorukot in https://github.com/yorukot/superfile/pull/1424 - Add tests for modal error messages by @xelavopelk in https://github.com/yorukot/superfile/pull/1435 - Update workflow configuration by @yorukot in https://github.com/yorukot/superfile/pull/1451
Full Changelog: https://github.com/yorukot/superfile/compare/v1.5.0...v1.6.0