Skip to content

๐Ÿ‡๐Ÿ‘พ Leash your agents - prevent agents from going rogue

License

Notifications You must be signed in to change notification settings

Edison-Watch/AutoLeash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tauri-Template

banner

agent ready tauri template

Key Features โ€ข Quick Start โ€ข Configuration โ€ข Credits โ€ข About the Core Contributors

Project Version Rust Version GitHub repo size GitHub Actions Workflow Status


Key Features

Modern stack for cross-platform desktop application development.

Feature Tech Stack
Frontend React + TypeScript + Vite
Backend Native Rust (Tauri v2)
Config Rust config crate (YAML + Env)
Logging tracing + Redaction Layer
Package Manager Bun
Formatting Biome + cargo fmt

Quick Start

  1. Initialize Project:

    make init name=my-app description="My cool app"
  2. Install Dependencies:

    bun install
  3. Run in Development:

    bun run tauri dev
  4. Build:

    bun run tauri build

Asset Generation

  • Use make logo / make banner to regenerate branding assets once per project. The targets run the Rust asset-gen CLI and require APP__GEMINI_API_KEY (set via .env).
  • Logos/icons land under docs/public/, while the banner image is written to media/banner.png.

Configuration

Configuration is handled in Rust and exposed to the frontend via Tauri commands.

  • Rust: Access via crate::global_config::get_config()
  • Frontend: Access via useConfig() hook

Environment Variables

Prefix variables with APP__ to override YAML settings (e.g., APP__MODEL_NAME=gpt-4).

Credits

This software uses the following tools:

About the Core Contributors

Made with contrib.rocks.

About

๐Ÿ‡๐Ÿ‘พ Leash your agents - prevent agents from going rogue

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published