MCPcopy Index your code
hub / github.com/blocktronics/moebius

github.com/blocktronics/moebius @1.0.29

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.29 ↗ · + Follow
1,157 symbols 2,934 edges 57 files 10 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Moebius

Moebius is an ANSI Editor for MacOS, Linux and Windows. The major feature that differentiates it from PabloDraw is the 'half-block' brush which allows editing in a style closer to Photoshop than a text editor, although you can still use the function and cursor keys to draw with, and you should find that most of the text editing features from PabloDraw are carried over to this editor. The editor is still a work in progress, but anyone who wants to try using it is also encouraged to log feature requests and bugs on the project's GitHub page.

Download packages

Packaged binaries are available through Github Releases or from the direct links below:

Installation & building

git clone git@github.com:blocktronics/moebius.git
npm install
npm start

Moebius packakges can be built easily with electron-builder. Note that a build for MacOS must be made on MacOS.

npm run-script build-mac
npm run-script build-win
npm run-script build-linux

Moebius Server

Moebius features collaboration by multiple users on the same canvas through a server instance. Users connect to a server which allows them to draw and chat. The server will also create hourly backups.

To start a server:

git clone git@github.com:blocktronics/moebius.git
npm install
node ./server.js

This will start a server with default settings. In this case a password will not be set and any value entered in the Moebius client will be accepted by the server. The server runs by default on port 8000, Moebius clients can modify the port by entering the server as hostname:port

The following parameters can be set:

  • --file=filename.ans load an initial ANSI file after the server starts
  • --pass=password set a server password which clients need to provide to logon to the server
  • --server_port=8000 set the server port, defaults to 8000.
  • --web and --web_port=80 run the webserver for external viewing (default port: 80). This enables live preview of the canvas, the preview and SAUCE information in a browser, the URL would be http://hostname.tld:web_port
  • --path=pathname set a path for this server: users and webviewers would connect to hostname.tld/path
  • --quiet=true/false suppress console output after the server has been started

Acknowledgements

  • Uses modified Google's Material Icons. https://material.io/icons/
  • Contains ANSI art by Alpha King (Blocktronics), Filth (Blocktronics) and burps (FUEL)
  • Included fonts:
  • Topaz originally appeared in Amiga Workbench, courtesy of Commodore Int.
  • P0t-NOoDLE appears courtesy of Leo 'Nudel' Davidson
  • mO'sOul appears courtesy of Desoto/Mo'Soul

License

Copyright 2020 Andy Herbert

Licensed under the Apache License, version 2.0

Links

Core symbols most depended-on inside this repo

send
called by 193
app/document/doc.js
push
called by 192
app/document/doc.js
on
called by 139
app/senders.js
$
called by 123
app/document/ui/ui.js
disable
called by 96
app/menu.js
enable
called by 84
app/menu.js
change_data
called by 66
app/document/doc.js
send
called by 64
app/modals/sauce.js

Shape

Function 630
Method 455
Class 72

Languages

TypeScript100%

Modules by API surface

server/script.js355 symbols
app/document/doc.js152 symbols
app/document/tools/cursor.js73 symbols
app/document/ui/ui.js66 symbols
app/libtextmode/libtextmode.js45 symbols
app/libtextmode/ansi.js37 symbols
app/document/ui/chat.js35 symbols
app/menu.js28 symbols
app/web_client/web_doc.js26 symbols
app/windows/preferences.js23 symbols
app/libtextmode/textmode.js20 symbols
app/server.js18 symbols

For agents

$ claude mcp add moebius \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact