jslinux-mobile
jslinux-mobile copied to clipboard
Linux for iOS - a mobile version of a PC emulator written in Javascript, with a running, fully functional Linux system.
Making this into a pwa would eliminate this need to download it by cacheing it offline and also eliminate the need to download an alternative browser, because pwas allow apps...
Hey @jaromaz , I've sent you an email (I found it in your blog) for some ideas about creating an offline version. Can you check it out? Thanks.
The original JSLinux has websocket VPN support. I wonder if it can be implemented here. It's an interesting idea is to run a special browser with built-in VPN on iOS...
If possible, please reply, thank you.
Hello! As of 2021 (according to https://bellard.org/jslinux/news.html ) the original JSLinux comes with a newer version of Busybox, which has a nicer vi (eg implements the undo command, you can...
Hello! Could you implement/add the export_file command of the original JSLinux, to make it easy to export some file to the current device where the browser is running? Thanks
So I was trying to export a new image on jslinux. Something like... extract the files from `apline` distro Docker image: ``` docker create --name temp_container i386/alpine mkdir ~/docker_image_contents docker...