All Projects → m1k1o → neko

m1k1o / neko

Licence: Apache-2.0 license
A self hosted virtual browser that runs in docker and uses WebRTC.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to neko

Neko
A self hosted virtual browser (rabb.it clone) that runs in docker.
Stars: ✭ 1,957 (-13.64%)
Mutual labels:  remote-control, remote-desktop, media-streaming
Tacticalrmm
A remote monitoring & management tool, built with Django, Vue and Go.
Stars: ✭ 231 (-89.81%)
Mutual labels:  remote-control, remote-desktop
Rmtsvc
A web-based remote desktop & control service for Windows.
Stars: ✭ 47 (-97.93%)
Mutual labels:  remote-control, remote-desktop
flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Stars: ✭ 2,309 (+1.9%)
Mutual labels:  remote-control, self-hosted
Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (-91.53%)
Mutual labels:  remote-control, remote-desktop
Aspia
Remote desktop and file transfer tool.
Stars: ✭ 784 (-65.4%)
Mutual labels:  remote-control, remote-desktop
Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+116.11%)
Mutual labels:  remote-control, remote-desktop
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (-68.71%)
Mutual labels:  remote-control, remote-desktop
rustdesk-server
RustDesk Server Program
Stars: ✭ 3,314 (+46.25%)
Mutual labels:  remote-control, remote-desktop
neko-rooms
Selfhosted collaborative browser - room management for n.eko
Stars: ✭ 262 (-88.44%)
Mutual labels:  self-hosted, virtual-browser
winagent
Windows agent for Tactical RMM
Stars: ✭ 20 (-99.12%)
Mutual labels:  remote-control, remote-desktop
vernacular-vnc
A pure Java VNC client library
Stars: ✭ 55 (-97.57%)
Mutual labels:  remote-control, remote-desktop
RabbitRemoteControl
Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc
Stars: ✭ 82 (-96.38%)
Mutual labels:  remote-control, remote-desktop
RemoteSupportTool
an easy single click solution for remote maintenance
Stars: ✭ 74 (-96.73%)
Mutual labels:  remote-control, remote-desktop
Sunshine
Sunshine is a Gamestream host for Moonlight.
Stars: ✭ 1,132 (-50.04%)
Mutual labels:  remote-desktop
Snippet2
A simple Code Snippet with user account and share feature
Stars: ✭ 20 (-99.12%)
Mutual labels:  self-hosted
paperhero
webapp written in python to manage pdf collections and notes
Stars: ✭ 28 (-98.76%)
Mutual labels:  self-hosted
OpenBudgeteer
OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
Stars: ✭ 501 (-77.89%)
Mutual labels:  self-hosted
ops channel
命令通道是联接人与机器,人与业务的一座桥.它跟常用的开源运维工具(`ansible`,`saltstack`,`puppet`)有相似之处,但也有着本质的差异。
Stars: ✭ 34 (-98.5%)
Mutual labels:  remote-control
martianpins
Self hosted IPFS pinning service.
Stars: ✭ 23 (-98.98%)
Mutual labels:  self-hosted

n.eko

This app uses WebRTC to stream a desktop inside of a docker container, original author made this because rabb.it went under and his internet could not handle streaming and discord kept crashing when his friend attempted to. He just wanted to watch anime with his friends ლ(ಠ益ಠლ) so he started digging throughout the internet and found a few kinda clones, but none of them had the virtual browser, then he found Turtus and he was able to figure out the rest.

Then I found this project and started to dig into it. I really liked the idea of having collaborative browser browsing together with mutliple people, so I created a fork. Initially, I wanted to merge my changes to the upstream repository, but the original author did not have time for this project anymore and it got eventually archived.

Use-cases and comparison

Neko started as a virtual browser that is streamed using WebRTC to multiple users.

  • It is not only limited to a browser; it can run anything that runs on linux (e.g. VLC). Browser only happens to be the most popular and widely used use-case.
  • In fact, it is not limited to a single program either; you can install a full desktop environment (e.g. XFCE).
  • Speaking of limits, it does not need to run in a container; you could install neko on your host, connect to your X server and control your whole VM.
  • Theoretically it is not limited to only X server, anything that can be controlled and scraped periodically for images could be used instead.
    • Like implementing RDP or VNC protocol, where neko would only act as WebRTC relay server. This is currently only future.

Primary use case is connecting with multiple people, leveraging real time synchronization and interactivity:

  • Watch party - watching video content together with multiple people and reacting to it (chat, emotes) - open source alternative to giggl.app.
  • Interactive presentation - not only screen sharing, but others can control the screen.
  • Collaborative tool - brainstorming ideas, cobrowsing, code debugging together.
  • Support/Teaching - interactively guiding people in controlled environment.
  • Embed anything - embed virtual browser in your web app - open source alternative to hyperbeam.
    • open any third-party website or application, synchronize audio and video flawlessly among multiple participants.
    • request rooms using API with neko-rooms.

Other use cases that benefit from single-user:

  • Personal workspace - streaming containerized apps and desktops to end-users - similar to kasm.
  • Persistent browser - own browser with persistent cookies available anywhere - similar to mightyapp.
    • no state is left on the host browser after terminating the connection.
    • sensitive data like cookies are not transferred - only video is shared.
  • Throwaway browser - a better solution for planning secret parties and buying birthday gifts off the internet.
    • use Tor Browser and VPN for additional anonymity.
    • mitigates risk of OS fingerprinting and browser vulnerabilities by running in container.
  • Session broadcasting - broadcast room content using RTMP (to e.g. twitch or youtube...).
  • Session recording - broadcast RTMP can be saved to a file using e.g. nginx-rtmp
    • have clean environment when recording tutorials.
    • no need to hide bookmarks or use incognito mode.
  • Jump host - access your internal applications securely without the need for VPN.
  • Automated browser - you can install playwright or puppeteer and automate tasks while being able to actively intercept them.

Compared to clientless remote desktop gateway (e.g. Apache Guacamole or websockify with noVNC), installed with remote desktop server along with desired program (e.g. linuxserver/firefox) provides neko additionally:

  • Smooth video because it uses WebRTC and not images sent over WebSockets.
  • Built in audio support, what is not part of Apache Guacamole or noVNC.
  • Multi-participant control, what is not natively supported by Apache Guacamole or noVNC.

Supported browsers

Other programs

... others in m1k1o/neko-apps

Features

  • Text Chat (With basic markdown support, discord flavor)
  • Admin users (Kick, Ban & Force Give/Release Controls, Lock room)
  • Clipboard synchronization (on supported browsers)
  • Emote overlay
  • Ignore user (chat and emotes)
  • Persistent settings
  • Automatic Login with custom url args. (add ?usr=<your-user-name>&pwd=<room-pass> to the url.)
  • Broadcasting room content using RTMP (to e.g. twitch or youtube...)

Why n.eko?

I like cats 🐱 (Neko is the Japanese word for cat), I'm a weeb/nerd.

But why the cat butt? Because cats are assholes, but you love them anyways.

Multiple rooms

For n.eko room management software, visit neko-rooms.

It also offers zero-knowledge installation script (with HTTPS and Traefik).

Documentation

How to contribute? How to build?

Navigate to .docker folder for further information.

Support

If you want to support this project, you can do it here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].