Your AI-Powered Development Utility
Devu is a versatile development utility that provides a suite of tools to enhance your coding workflow. It's built with Tauri, offering cross-platform support for Windows, macOS, and Linux.
- LLM Chat: Interact with large language models. Supports providers like Anthropic, Google GenAI, Ollama, and OpenAI.
- Code Playground: Experiment with code snippets and execute them in a safe environment using Livecodes.
- Code Snippets: Create, store, and manage reusable code snippets.
- Utilities: Access a collection of useful development utilities such as code formatting, minification, and conversion.
- SSH Client: A built-in SSH client for secure remote access.
- SFTP: SFTP support for file transfer.
- API (REST, WS, etc.) Tester: A tool to test and debug APIs.
Download the latest release from https://github.com/Hrdtr/devu/releases. Choose the correct binary/installer for your platform and architecture.
We welcome contributions to Devu! If you'd like to contribute, please follow these guidelines:
- Report issues and suggest enhancements by creating GitHub Issues.
- Submit pull requests with clear descriptions of your changes.
- Follow the project's coding standards and best practices.
- Please adhere to the Code of Conduct.
To start the development environment, run the following commands:
bun install
bun dev
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.