circ icon indicating copy to clipboard operation
circ copied to clipboard

what will happen with CIRC with the end of chrome apps

Open arpedro opened this issue 3 years ago • 5 comments

Really love CIRC but I'm a bit worried about what will happen when Chromebooks stop running Chrome apps. Will we have an extension to replace it?

arpedro avatar Mar 05 '22 10:03 arpedro

An extension would be great.

shibumi avatar Nov 24 '25 12:11 shibumi

Unfortunately, I do not think the API exists for CIRC to run as a chrome extension. The chrome apps API had the ability to create plain TCP connections which are essential for connecting directly to IRC.

The best that could be done is I think running a local server application that allows a website or extension to proxy connections through it. To that end, it looks like https://github.com/thelounge/thelounge is already a good implementation of this.

flackr avatar Nov 24 '25 14:11 flackr

And what about this one here? https://workspace.google.com/marketplace/app/irc_client_for_browser/999357435640

shibumi avatar Nov 24 '25 15:11 shibumi

And what about this one here? https://workspace.google.com/marketplace/app/irc_client_for_browser/999357435640

This looks like a webserver (similar to the local server model I mentioned above) but hosted on heroku's infrastructure. You could likely run thelounge on heroku's infrastructure as well. There would likely be a non-trivial cost for me to run hosted infrastructure for all CIRC users, i.e. it would be a similar offering to https://www.irccloud.com/

flackr avatar Nov 24 '25 16:11 flackr

Ah okay. I wasn't aware of that. I don't feel comfortable using a server as man-in-the-middle for my IRC communication.

shibumi avatar Nov 25 '25 09:11 shibumi