diff --git a/apps/ByteAgent.md b/apps/ByteAgent.md new file mode 100644 index 0000000000..12d3d2514f --- /dev/null +++ b/apps/ByteAgent.md @@ -0,0 +1,62 @@ +--- +layout: app + +permalink: /ByteAgent/ +description: AI-powered desktop assistant with 64+ professional tools for developers, system administrators, and IT professionals + +icons: + - ByteAgent/icons/128x128/ByteAgent.png + +screenshots: + - ByteAgent/screenshot.png + +authors: + - name: sebastianaldrin + url: https://github.com/sebastianaldrin + +links: + - type: GitHub + url: sebastianaldrin/byte-agent-releases + - type: Download + url: https://github.com/sebastianaldrin/byte-agent-releases/releases + +desktop: + Desktop Entry: + Name: ByteAgent + Comment: AI-powered desktop assistant with 64+ professional tools + GenericName: AI Assistant + Exec: byteagent + Icon: ByteAgent + Type: Application + Categories: Development;Utility;System;Network; + StartupNotify: true + StartupWMClass: ByteAgent + AppImageHub: + X-AppImage-UpdateInformation: gh-releases-zsync|sebastianaldrin|byte-agent-releases|latest|ByteAgent*.AppImage.zsync + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 +--- + +ByteAgent is a powerful desktop AI assistant that combines conversational AI with 64+ professional tools. Think of it as ChatGPT with superpowers - it can actually DO things on your computer. + +**Key Features:** +- 64+ cross-platform professional tools (file operations, network analysis, security auditing, system monitoring) +- Smart AI powered by advanced language models +- Modern ChatGPT-style interface with streaming responses +- Cross-platform support (Linux, Windows, macOS) +- Intelligent tool selection - AI automatically picks the right tools for your task +- Secure workspace-isolated operations + +**Perfect for:** +- Developers: Find TODO comments, check ports, analyze JSON files +- Security professionals: Perform security audits, check SSL certificates, scan for vulnerabilities +- System administrators: Monitor resources, find large files, test network connectivity +- Everyone: Test internet speed, check disk usage, download and verify files + +**Pricing:** +- Free Trial: 100 requests/month +- Early Bird Special: $15/month for 1,500 requests (first 100 users only!) +- Regular Pro: $20/month for 1,500 requests +- Additional requests: $10 per 500 requests + +ByteAgent makes complex system tasks simple through natural language interaction. \ No newline at end of file diff --git a/data/ByteAgent b/data/ByteAgent new file mode 100644 index 0000000000..722aaa5949 --- /dev/null +++ b/data/ByteAgent @@ -0,0 +1,2 @@ +https://github.com/sebastianaldrin/byte-agent-releases/releases/latest/download/ByteAgent-x86_64.AppImage +# \ No newline at end of file diff --git a/database/ByteAgent/icons/128x128/ByteAgent.png b/database/ByteAgent/icons/128x128/ByteAgent.png new file mode 100644 index 0000000000..b3403bf56b Binary files /dev/null and b/database/ByteAgent/icons/128x128/ByteAgent.png differ diff --git a/database/ByteAgent/screenshot.png b/database/ByteAgent/screenshot.png new file mode 100644 index 0000000000..952e5a243f Binary files /dev/null and b/database/ByteAgent/screenshot.png differ