A simple GUI S3 client for managing and interacting with Amazon S3 storage services and S3 like services. It provides a user-friendly interface for uploading, downloading, and managing files in S3 buckets.
  • TypeScript 77.2%
  • Rust 20.9%
  • CSS 1.1%
  • JavaScript 0.7%
  • HTML 0.1%
Find a file
2026-01-30 11:26:17 -05:00
public/icons feat: add AppIcon component and update Sidebar to use it 2026-01-30 11:26:17 -05:00
src feat: add AppIcon component and update Sidebar to use it 2026-01-30 11:26:17 -05:00
src-tauri feat: add AppIcon component and update Sidebar to use it 2026-01-30 11:26:17 -05:00
.gitignore feat: initial commit 2026-01-30 11:10:14 -05:00
index.html feat: initial commit 2026-01-30 11:10:14 -05:00
package.json feat: initial commit 2026-01-30 11:10:14 -05:00
pnpm-lock.yaml feat: initial commit 2026-01-30 11:10:14 -05:00
postcss.config.js feat: initial commit 2026-01-30 11:10:14 -05:00
README.md feat: initial commit 2026-01-30 11:10:14 -05:00
tailwind.config.js feat: initial commit 2026-01-30 11:10:14 -05:00
tsconfig.json feat: initial commit 2026-01-30 11:10:14 -05:00
tsconfig.node.json feat: initial commit 2026-01-30 11:10:14 -05:00
vite.config.ts feat: initial commit 2026-01-30 11:10:14 -05:00

Baul

A simple GUI S3 client for managing and interacting with Amazon S3 storage services and S3 like services. It provides a user-friendly interface for uploading, downloading, and managing files in S3 buckets.

Development

Prerequisites

Setup

# Install dependencies
pnpm install

# Run in development mode
pnpm tauri dev

# Build for production
pnpm tauri build