Code Monkey home page Code Monkey logo

vulpine's Introduction

Vulpine

WIP: 🖼️ A user friendly gui for command line tools 🖼️

Latest release) GitHub License badge GitHub Repo stars Matrix badge Discord badge Download

WebsiteDownloadMatrixDiscordMastodonBlueskyContribute


This project is still in development and not ready for production use. Please join the matrix or discord server for updates!

Vulpine helps you to visualize and interact with command line tools. It is a simple and user cross-platform, opensource app built with tauri and rust.

Features

  • Create app configuration files inside the app
    • You can also edit them with your favorite text editor
  • Create complex actions using a visual scripting editor
  • Run apps with a single click
  • Add input fields to apps
  • Share apps with others
  • Cross platform on windows, linux and macos (mobile and web in the future)

Getting started

Installation

Install rust and pnpm first. Then install the dependencies of tauri. Click here for more information.

rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install tauri-cli --version "^2.0.0-beta" --locked
cargo install trunk
pnpm install

Running in development

To have faster compile times, you can set the number of threads to use in the RUSTFLAGS environment variable.

Windows:

$env:RUSTFLAGS="-Z threads=8"
cargo tauri dev

Linux:

RUSTFLAGS="-Z threads=8" cargo tauri dev

Building for production

cargo tauri build

vulpine's People

Contributors

codedoctorde avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.