Trusted Across Western Australia
Byblos has delivered projects across the mining, civil, infrastructure, commercial and community sectors throughout Western Australia. Our experience spans a diverse range of works, from essential infrastructure upgrades and public facilities to complex construction and maintenance projects in remote environments.
Explore a selection of recent projects that showcase our capability, commitment to quality and ability to deliver practical solutions in challenging conditions. Each project reflects our focus on safety, reliability and successful outcomes for our clients and communities.
Projects
Filter by area:
Filter by capability:
Paraburdoo Airport,
Paraburdoo,
WA
6754
397 Acalypha Street,
Tom Price,
WA
6751
3 Yannarie Street,
Pannawonica,
WA
6176
Filter by area:
Filter by capability:
All Projects



Paraburdoo Airport,
Paraburdoo,
WA
6754






397 Acalypha Street,
Tom Price,
WA
6751












3 Yannarie Street,
Pannawonica,
WA
6176



document.addEventListener('DOMContentLoaded', function () {
const heading = document.querySelector('#MapHeading .elementor-heading-title');
const radios = document.querySelectorAll('.jet-radio-list__input[name="project-area"]');radios.forEach(function (radio) {
radio.addEventListener('change', function () {
const label = this.dataset.label;
if (label === 'All') {
heading.textContent = 'All Projects';
} else if (label.endsWith('Projects')) {
heading.textContent = label;
} else {
heading.textContent = label + ' Projects';
}
});
});
});