An open API service indexing awesome lists of open source software.

https://github.com/kaanguru/lock4it

Offline hardware and software asset management tool for IT professionals.
https://github.com/kaanguru/lock4it

cross-platform password-manager privacy pwa pwa-apps security skeleton svelte sveltekit tailwindcss typescript

Last synced: 10 months ago
JSON representation

Offline hardware and software asset management tool for IT professionals.

Awesome Lists containing this project

README

          

# Lock4IT

## Protected IT Inventory

Offline hardware and software asset management tool for IT professionals.

MonoRepo for:

![Logo](./app/static/img/lock4it-logo.png)

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)

## Demo

![Demo](./app/demo/lock4it0912.gif)

## Features

- Multi-Lang ! 🇦🇪 - 🇬🇧 - 🇷🇺 - 🇹🇷 - 🇨🇳
- Your data is always stored offline
- Export and back-up encrypted data
- Master Password
- Progressive Web App (PWA)
- Auto Dark Mode

## Run Locally

Can be used in Linux, Windows, macOS and Chromebook PC.

## Develop your own 4IT Inventory

Clone the project

```bash
degit kaanguru/lock4it/app lock4it
```

or

```bash
git clone https://github.com/kaanguru/lock4it.git --depth 1 --branch main --single-branch
```

Go to the project directory

```bash
cd lock4it
```

Install dependencies

```bash
bun install
```

Start the server

```bash
bun dev
```

## Deployment

To deploy this project run

```bash
npm run deploy
```

## Documentation

[Documentation](https://www-lock4it.netlify.app/)

## Roadmap

✅ Additional browser support

✅ Add more integrations

✅ Desktop

⌛ Network discovery

## Contributing

We welcome contributions to the project in the form of pull requests or issues. Please read our [contributing guidelines](./app/contributing.md) for more information.

## Authors

- [@kaanguru](https://github.com/kaanguru/)

## Screenshots

![App Hello](./app/demo/scrshot-l4i-hi.png)
![App Computer List](./app/demo/scrshot-l4i-list.png)

![App Settings](./app/demo/scrshot-i4i-settngs.png)