Max Leiter 32f88e250e chore: bump caniuse/browserlist (#5075)
```
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
```

<details>
<summary>
Browserslist with this change:
</summary>

```
and_chr 147
and_ff 149
android 147
chrome 147
chrome 146
chrome 145
chrome 144
chrome 143
chrome 142
chrome 141
chrome 140
chrome 139
chrome 138
chrome 137
chrome 136
chrome 135
chrome 134
chrome 133
chrome 132
chrome 131
chrome 130
chrome 129
chrome 128
chrome 127
chrome 126
chrome 125
chrome 124
edge 146
edge 145
edge 144
edge 143
edge 142
edge 141
edge 140
edge 139
edge 138
edge 137
edge 136
edge 135
edge 134
edge 133
edge 132
edge 131
edge 130
edge 129
edge 128
edge 127
edge 126
edge 125
edge 124
firefox 149
firefox 148
firefox 147
firefox 146
firefox 145
firefox 144
firefox 143
firefox 142
firefox 141
firefox 140
firefox 139
firefox 138
firefox 137
firefox 136
firefox 135
firefox 134
firefox 133
firefox 132
firefox 131
firefox 130
firefox 129
firefox 128
firefox 127
firefox 126
firefox 125
firefox 102
firefox 91
ios_saf 26.4
ios_saf 26.3
ios_saf 26.2
ios_saf 26.1
ios_saf 26.0
ios_saf 18.5-18.7
ios_saf 18.4
ios_saf 18.3
ios_saf 18.2
ios_saf 18.1
ios_saf 18.0
ios_saf 17.6-17.7
ios_saf 17.5
opera 127
opera 126
opera 125
opera 124
opera 123
opera 122
opera 121
opera 120
opera 119
opera 118
opera 117
opera 116
opera 115
opera 114
opera 113
opera 112
opera 111
opera 110
safari 26.4
safari 26.3
safari 26.2
safari 26.1
safari 26.0
safari 18.5-18.7
safari 18.4
safari 18.3
safari 18.2
safari 18.1
safari 18.0
safari 17.6
safari 17.5
samsung 29
samsung 28
samsung 27
samsung 26
samsung 25
```
</details>

<details>
<summary>
Browserslist before:
</summary>

```
and_chr 126
and_ff 127
android 126
chrome 126
chrome 125
chrome 124
edge 126
edge 125
edge 124
firefox 128
firefox 127
firefox 126
firefox 125
firefox 102
firefox 91
ios_saf 17.5
opera 111
opera 110
safari 17.5
samsung 25
```
</details>
2026-04-16 09:39:59 -07:00
2022-06-18 17:25:21 -07:00
2023-12-24 16:55:45 +01:00
2024-04-07 16:22:08 +02:00
2019-11-01 13:47:18 +02:00
2022-06-18 17:25:21 -07:00
2022-06-18 17:25:21 -07:00
2018-01-11 17:12:04 +02:00
2022-06-18 17:25:21 -07:00
2024-04-06 13:48:04 +02:00
2022-06-18 17:25:21 -07:00
2026-04-15 12:43:32 -07:00
2019-11-01 13:47:18 +02:00
2022-04-13 21:48:21 +02:00
2023-01-30 09:14:40 +01:00
2022-06-18 17:25:21 -07:00

The Lounge

Modern web IRC client designed for self-hosting

WebsiteDocsDemoDocker

#thelounge IRC channel on Libera.Chat npm version Build Status

Overview

  • Modern features brought to IRC. Push notifications, link previews, new message markers, and more bring IRC to the 21st century.
  • Always connected. Remains connected to IRC servers while you are offline.
  • Cross platform. It doesn't matter what OS you use, it just works wherever Node.js runs.
  • Responsive interface. The client works smoothly on every desktop, smartphone and tablet.
  • Synchronized experience. Always resume where you left off no matter what device.

To learn more about configuration, usage and features of The Lounge, take a look at the website.

The Lounge is the official and community-managed fork of Shout, by Mattias Erming.

Installation and usage

The Lounge requires latest Node.js LTS version or more recent. The Yarn package manager is also recommended. If you want to install with npm, --unsafe-perm is required for a correct install.

Running stable releases

Please refer to the install and upgrade documentation on our website for all available installation methods.

Running from source

The following commands install and run the development version of The Lounge:

git clone https://github.com/thelounge/thelounge.git
cd thelounge
yarn install
NODE_ENV=production yarn build
yarn start

When installed like this, thelounge executable is not created. Use node index <command> to run commands.

⚠️ While it is the most recent codebase, this is not production-ready! Run at your own risk. It is also not recommended to run this as root.

Development setup

Simply follow the instructions to run The Lounge from source above, on your own fork.

Before submitting any change, make sure to:

  • Read the Contributing instructions
  • Run yarn test to execute linters and the test suite
    • Run yarn format:prettier if linting fails
  • Run yarn build:client if you change or add anything in client/js or client/components
    • The built files will be output to public/ by webpack
  • Run yarn build:server if you change anything in server/
    • The built files will be output to dist/ by tsc
  • yarn dev can be used to start The Lounge with hot module reloading

To ensure that you don't commit files that fail the linting, you can install a pre-commit git hook. Execute yarn githooks-install to do so.

Description
No description provided
Readme MIT 92 MiB
Languages
TypeScript 62.8%
Vue 23.8%
CSS 6.8%
JavaScript 6.3%
HTML 0.3%