Skip to content

Releases: c4pt0r/agfs

Nightly Build (20260306)

06 Mar 01:14

Choose a tag to compare

Pre-release

Daily Build - 20260306

Automated daily build from commit 1be58f4

📦 What's Included

This release contains:

  • agfs-server: Go binary (server)
  • agfs-shell: Python portable CLI with Unix-style pipeline support (requires Python 3.8+, includes all dependencies)

Downloads

Server Binaries

  • Linux AMD64: agfs-linux-amd64-20260306.tar.gz
  • Linux ARM64: agfs-linux-arm64-20260306.tar.gz
  • macOS AMD64: agfs-darwin-amd64-20260306.tar.gz
  • macOS ARM64 (Apple Silicon): agfs-darwin-arm64-20260306.tar.gz

CLI Client (Portable, Python 3.8+ required)

  • Linux AMD64: agfs-shell-linux-amd64.tar.gz
  • Linux ARM64: agfs-shell-linux-arm64.tar.gz
  • macOS AMD64: agfs-shell-darwin-amd64.tar.gz
  • macOS ARM64: agfs-shell-darwin-arm64.tar.gz

Installation

Quick Install (All-in-One)

curl -fsSL https://raw.githubusercontent.com/c4pt0r/agfs/master/install.sh | sh

This will install both server and client to ~/.local/bin/.

Manual Installation

Server (Linux/macOS):

# Extract
tar -xzf agfs-<os>-<arch>-20260306.tar.gz

# Make executable
chmod +x agfs-server-<os>-<arch>

# Move to bin directory
mv agfs-server-<os>-<arch> ~/.local/bin/agfs-server

# Run server
agfs-server

Client (Linux/macOS):

# Extract
tar -xzf agfs-shell-<os>-<arch>.tar.gz

# Run directly
./agfs-shell-portable/agfs-shell

# Or add to PATH
export PATH=$PATH:$(pwd)/agfs-shell-portable

Quick Start

# Start the server
agfs-server

# In another terminal, use CLI with Unix-style pipelines
agfs-shell
# Then run commands like:
# cat /etc/hosts | grep localhost
# ls / | grep etc

Daily Build 20251027

27 Oct 13:55

Choose a tag to compare

Daily Build 20251027 Pre-release
Pre-release

Daily Build - 20251027

Automated daily build from commit 02aa619

📦 What's Included

This release contains:

  • pfs-server: Go binary (server)
  • pfs-shell: Python portable CLI client (requires Python 3.10+, includes all dependencies)

Downloads

Server Binaries

  • Linux AMD64: pfs-linux-amd64-20251027.tar.gz
  • Linux ARM64: pfs-linux-arm64-20251027.tar.gz
  • macOS AMD64: pfs-darwin-amd64-20251027.tar.gz
  • macOS ARM64 (Apple Silicon): pfs-darwin-arm64-20251027.tar.gz
  • Windows AMD64: pfs-windows-amd64-20251027.zip
  • Windows ARM64: pfs-windows-arm64-20251027.zip

CLI Client (Portable, Python 3.10+ required)

  • Linux AMD64: pfs-shell-linux-amd64.tar.gz
  • macOS AMD64: pfs-shell-darwin-amd64.tar.gz
  • macOS ARM64: pfs-shell-darwin-arm64.tar.gz
  • Windows AMD64: pfs-shell-windows-amd64.zip

Installation

Quick Install (All-in-One)

curl -fsSL https://raw.githubusercontent.com/c4pt0r/pfs/master/install.sh | sh

This will install both server and client to ~/.local/bin/.

Manual Installation

Server (Linux/macOS):

# Extract
tar -xzf pfs-<os>-<arch>-20251027.tar.gz

# Make executable
chmod +x pfs-server-<os>-<arch>

# Move to bin directory
mv pfs-server-<os>-<arch> ~/.local/bin/pfs-server

# Run server
pfs-server

Client (Linux/macOS):

# Extract
tar -xzf pfs-shell-<os>-<arch>.tar.gz

# Run directly
./pfs-portable/pfs --help

# Or install to system
cd pfs-portable && ./install.sh

Windows:

# Extract server
Expand-Archive pfs-windows-amd64-20251027.zip

# Extract client
Expand-Archive pfs-shell-windows-amd64.zip

# Run server
.\pfs-server-windows-amd64.exe

# Run client
.\pfs-portable\pfs.bat --help

Quick Start

# Start the server
pfs-server

# In another terminal, use CLI
pfs shell
pfs ls /
pfs tree /