Home

Awesome

<img width="48px" src="./assets/icon.ico"> Vebview.JS

<div align="center"><img src="./assets/screenshot_01.png" title="Borderless Vebview.JS example that displays vlang.io with built-in webview API"/></div>
Works EverywhereSmall App Bundles, Really
Applications written with Vebview.JS can work any modern PC runs x64 and even move with any storage device without data loss¹.App bundles size is lower than 1MB, smaller 100+ times than NW.JS or Electron
Powered by Web TechnologiesFree & Open Source
Create applications with HTML, CSS or JSNo cost, Not everything good is paid
Native APIBuilt on V
APIs that allow move beyond the Web bordersOne of the Safe and Performance languages
Multiple backend supportBrowser API Pollfills
Localhost, file protocol, custom backend (php, ruby, python, etc.) and cloud (such as from a website)Port your Web App or PWA into an executable easily.

¹:Except writing/reading files specific locations, deleting data files and using browser based storage (like localstorage)

Roadmap & What's implemented?

You can learn from support.md

How to compile?

No require Administrator permission or Root permission. YOU SHOULD NOT RUN AS ADMINISTRATOR OR ROOT

Linux

$ export V_LOC=/path/to/dir/v
$ ./linux.sh

Windows

> set V_LOC=C:/path/to/dir/v
> set W10_SDK=C:/path/to/dir/sdk :: for example; C:/Program\ Files\ \(x86\)/Windows\ Kits/10/Include/10.0.22621.0
> ./windows.cmd
<!-- Cross-Compiling possible but not recommend for now ### **Windows On Linux (Cross-Compiling)** ```bash $ export V_LOC=/path/to/dir/v $ export W10_SDK=/path/to/dir/sdk $ ./windows_on_linux.sh ``` -->

License

This project licensed by Apache License 2.0.

Known Bugs

If you find a bug, open new issue.