Skip to content

pptos-org/openvb

Repository files navigation

OpenVB (Open Visual Basic)

OpenVB is a project that aims to create a free and open-source implementation of the Visual Basic programming language. OpenVB is written in dart and is designed to run on the web and desktop.

Builds

Platform Build Status Download
Linux Build openvb for Linux x86_64 openvb-linux-x86_64
Windows Build openvb for Windows x86_64 openvb-windows-x86_64.exe
Web Build website for openvb openvb-web

Building

Linux

Build for Linux as a native binary:

./build.sh build_native

Build for web:

./build.sh build_web

Running a local web server:

./build.sh run_web

Windows

Build for Windows as a native binary:

build.bat

License

OpenVB is licensed under the Apache License 2.0. See LICENSE for more information.