Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
JsOs icon

2.0 by Cerequus


Nov 25, 2019

About JsOs

A platform to write javascript with full access to android API

A platform to write javascript with full access to android API

How to use

The app has two modes:

1 the editor mode, with - as bar character

2 the command model, with = as bar character

use Alt+x to toggle between these modes

The editor mode.

Editor the current file and run.

Ctrl+ (f/b/n/p) cursor right/left/down/up (like in emacs)

Ctrl+ space set mark

Ctrl+ (w/y) cut/paste

Ctrl+ (e/a) end/begining of line

Ctrl+ (j/r) run code (without/with) babel in js thread (different from ui thread) and clear content

Ctrl+ u run code with babel in main UI thread and clear content (this is necessary when user want's to create a UI program, otherwise, just run it in js thread)

Ctrl+ q, show the magic input screen (a novel design)

Ctrl + ( [ / ] ), toggle history

Ctrl + i, send to IO (use for java.read)

Ctrl+c, clear output

TAB: intelligent autocomplete

Alt+ w copy

Alt + (f/b) word forward/backward

Alt+ (j/r) run code (without/with) babel in js thread (different from ui thread) and don't clear content

Alt+ u run code with babel in main UI thread and don't clear content (this is necessary when user want's to create a UI program, otherwise, just run it in js thread)

The command mode

This mode is to create, open, list, and execute files

Current support command

ls: list files and directories in current working directory

cd: change working directory

mkdir: create new directory

clear: clear output

save filename: save the file

open filename: open the file and into editor mode

cat filename: print the file content to output

examples: write the example files

otherwise, the system search the file same as the command and push the arguments into a variable exposed as arg as a javascript array

Manage Js contexts

Each javascript context has its own heap, so the user can create an isolated namespace associated with a default java thread to execute code. Since the underlying javascript engine (based on duktape) is single thread essentially, i.e, each time, only one thread can access the heap at a given time, the JsOs use the hack in method to execute any heap from the main thread (in principle,from any thread) in contrast to the default js thread by using the locker.

Ctrl+c create a js thread

Ctrl+k delete the current js thread (the default heap and thread to execute code)

Ctrl+o, show the information for js threads

Ctrl+(-/=) set the current thread as (previous/next) thread

Alt+c create new thread

What's New in the Latest Version 2.0

Last updated on Nov 25, 2019

First release, with basic function and web server

Translation Loading...

Additional APP Information

Latest Version

Request JsOs Update 2.0

Uploaded by

Samuele Flauto

Requires Android

Android 4.0.3+

Show More

JsOs Screenshots

Comment Loading...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.