--- id: installation title: Installation --- You can install Solid Query via [NPM](https://npmjs.com/), or a good ol' ` ``` ### Requirements Solid Query is optimized for modern browsers. It is compatible with the following browsers config ``` Chrome >= 91 Firefox >= 90 Edge >= 91 Safari >= 15 iOS >= 15 Opera >= 77 ``` > Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from `node_modules` yourselves.