https://github.com/overextended/ox_lib
A FiveM resource and script library for Lua and JS.
https://github.com/overextended/ox_lib
fivem javascript js library lua nodejs
Last synced: 14 days ago
JSON representation
A FiveM resource and script library for Lua and JS.
- Host: GitHub
- URL: https://github.com/overextended/ox_lib
- Owner: overextended
- License: lgpl-3.0
- Created: 2021-10-30T04:57:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T07:40:55.000Z (about 2 months ago)
- Last Synced: 2026-04-24T08:25:31.573Z (about 2 months ago)
- Topics: fivem, javascript, js, library, lua, nodejs
- Language: Lua
- Homepage: https://overextended.dev/ox_lib
- Size: 4.69 MB
- Stars: 382
- Watchers: 30
- Forks: 704
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Notice: NOTICE.md
Awesome Lists containing this project
README
# ox_lib
A FiveM library and resource implementing reusable modules, methods, and UI elements.




For guidelines to contributing to the project, and to see our Contributor License Agreement, see [CONTRIBUTING.md](./CONTRIBUTING.md)
For additional legal notices, refer to [NOTICE.md](./NOTICE.md).
## 📚 Documentation
https://overextended.dev/ox_lib
## 💾 Download
https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip
## 📦 npm package
https://www.npmjs.com/package/@overextended/ox_lib
## 🖥️ Lua Language Server
- Install [Lua Language Server](https://luals.github.io/#install) to ease development with annotations, type checking, diagnostics, and more.
- Download [fivem-lls-addon](https://github.com/overextended/fivem-lls-addon) to add support for native declarations and other platform-specific functionality.