安装包图标

SambaLite

A lightweight, modern, and open-source Android client for SMB/CIFS shares.
新版本 2.5.4
- Fixed: Guest login (issue #32) — connections without credentials now use true anonymous login instead of "Guest", so Samba servers without "map to guest = Bad User" no longer reject them.
- Fixed: Anonymous sessions are restricted to SMB2 dialects to avoid a crash in the SMB library (smbj#792).
SambaLite is a lightweight, modern, and open-source Android client for SMB/CIFS shares (Samba).
It is designed as a minimalist, reliable, and secure tool for accessing SMB shares on your local network – without ads, tracking, or unnecessary features.

SambaLite is a file client, not a system-level filesystem. It focuses on accessing and transferring files, not on providing a mounted network drive.

The app is intended for tech-savvy users who prefer a lean, transparent solution and value privacy and open source.

Main features:

• Manage connections: SMB server (hostname/IP), share/path, username, password, optional domain
• Multiple connections with custom names
• Connection testing with clear error messages
• Secure credential storage (Android Keystore)
• File browser with name, type, size, and modification date
• Pull-to-refresh
• Sorting (name, date, size)
• File operations: download, upload, delete, rename
• File properties
• Dark/Light mode (system default)

Compatibility:

• Supports modern SMB2/SMB3 servers
• SMB1 is not supported (deprecated and insecure)

Security & Privacy:

• No telemetry or third-party connections
• No unencrypted storage of sensitive data
• Credentials stored securely using the Android Keystore

Permissions:

SambaLite only requests the permissions required for its functionality:

• Network access (SMB communication)
• Access to user-selected storage locations (via Android system file picker)
• Foreground service and notifications (for reliable background transfers and progress display)

No data is collected or transmitted to third parties.

SambaLite provides a modern, minimal, and privacy-friendly way to access SMB shares on Android – focused on reliability and transparency.

版本

尽管下面提供了 APK 安装包的下载选项,但你应该注意,以这种方式安装将不会收到更新通知,这是一种不太安全的下载方式。 我们建议你安装使用 F-Droid 客户端。

下载 F-Droid
  • 版本 2.5.4 (20504) 推荐 更新于 2026-07-13

    该版本需要 Android 9.0 及以上版本。

    此包由原始开发者构建并签名,并保证对应于此源代码 tarball

    权限
    • 查看网络连接
      允许此应用查看网络连接的相关信息,例如哪些网络存在并处于连接状态。
    • 查看 Wi-Fi 连接
      允许此应用查看 Wi-Fi 网络的相关信息,如是否开启 Wi-Fi、已连接的 Wi-Fi 设备的名称等。
    • 运行前台服务
      允许此应用使用前台服务。
    • 运行“dataSync”类型的前台服务
      允许该应用使用“dataSync”类型的前台服务
    • 拥有完全的网络访问权限
      允许此应用创建网络套接字和使用自定义网络协议。浏览器和其他应用提供了将数据发送到互联网的方法,因此不需要此权限将数据发送到互联网。
    • 显示通知
      允许该应用显示通知
    • 开机启动
      允许此应用在系统完成引导后立即启动。这样可能会延长开机时间,并因始终运行而降低手机总体运行速度。
    • 请求忽略电池优化
      允许此应用请求忽略针对自身的电池优化的权限。
    • 使用生物特征硬件
      允许此应用使用生物识别硬件进行身份验证
    • 使用指纹硬件
      允许此应用使用指纹硬件进行身份验证
    • 防止手机休眠
      允许此应用阻止手机进入休眠状态。
    • de.schliweb.sambalite.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下载 APK 15 MiB PGP 签名 | 构建日志

  • 新版本 2.5.3
    - Added: Optional default folder per connection, opened automatically on connect.
    - Added: Downloads keep the remote file's last-modified timestamp where possible.
    - Changed: Much faster SMB transfers and reworked thumbnail loading.
    - Fixed: Duplicate "(1)" folders during sync; files with accented names no longer missed.
  • 版本 2.5.3 (20503) - 更新于 2026-07-10

    该版本需要 Android 9.0 及以上版本。

    此包由原始开发者构建并签名,并保证对应于此源代码 tarball

    权限
    • 查看网络连接
      允许此应用查看网络连接的相关信息,例如哪些网络存在并处于连接状态。
    • 查看 Wi-Fi 连接
      允许此应用查看 Wi-Fi 网络的相关信息,如是否开启 Wi-Fi、已连接的 Wi-Fi 设备的名称等。
    • 运行前台服务
      允许此应用使用前台服务。
    • 运行“dataSync”类型的前台服务
      允许该应用使用“dataSync”类型的前台服务
    • 拥有完全的网络访问权限
      允许此应用创建网络套接字和使用自定义网络协议。浏览器和其他应用提供了将数据发送到互联网的方法,因此不需要此权限将数据发送到互联网。
    • 显示通知
      允许该应用显示通知
    • 开机启动
      允许此应用在系统完成引导后立即启动。这样可能会延长开机时间,并因始终运行而降低手机总体运行速度。
    • 请求忽略电池优化
      允许此应用请求忽略针对自身的电池优化的权限。
    • 使用生物特征硬件
      允许此应用使用生物识别硬件进行身份验证
    • 使用指纹硬件
      允许此应用使用指纹硬件进行身份验证
    • 防止手机休眠
      允许此应用阻止手机进入休眠状态。
    • de.schliweb.sambalite.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下载 APK 15 MiB PGP 签名 | 构建日志

  • 新版本 2.5.2
    - Changed: Much faster folder sync on slow or high-latency connections (Issue #21). Remote file metadata for a directory is now fetched in a single listing instead of opening every file multiple times, drastically reducing SMB round-trips.
    - Changed: Idle syncs (many files, few or no changes) that previously took minutes now complete in seconds.
    - Changed: Reduced per-file overhead during uploads by avoiding redundant post-upload metadata reads.
  • 版本 2.5.2 (20502) - 更新于 2026-06-26

    该版本需要 Android 9.0 及以上版本。

    此包由原始开发者构建并签名,并保证对应于此源代码 tarball

    权限
    • 查看网络连接
      允许此应用查看网络连接的相关信息,例如哪些网络存在并处于连接状态。
    • 查看 Wi-Fi 连接
      允许此应用查看 Wi-Fi 网络的相关信息,如是否开启 Wi-Fi、已连接的 Wi-Fi 设备的名称等。
    • 运行前台服务
      允许此应用使用前台服务。
    • 运行“dataSync”类型的前台服务
      允许该应用使用“dataSync”类型的前台服务
    • 拥有完全的网络访问权限
      允许此应用创建网络套接字和使用自定义网络协议。浏览器和其他应用提供了将数据发送到互联网的方法,因此不需要此权限将数据发送到互联网。
    • 显示通知
      允许该应用显示通知
    • 开机启动
      允许此应用在系统完成引导后立即启动。这样可能会延长开机时间,并因始终运行而降低手机总体运行速度。
    • 请求忽略电池优化
      允许此应用请求忽略针对自身的电池优化的权限。
    • 使用生物特征硬件
      允许此应用使用生物识别硬件进行身份验证
    • 使用指纹硬件
      允许此应用使用指纹硬件进行身份验证
    • 防止手机休眠
      允许此应用阻止手机进入休眠状态。
    • de.schliweb.sambalite.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

    下载 APK 15 MiB PGP 签名 | 构建日志